reduce memory usage

This commit is contained in:
Dobromir Popov
2025-11-13 17:34:31 +02:00
parent b0b24f36b2
commit 70e8ede8d3
3 changed files with 163 additions and 24 deletions

View File

@@ -29,7 +29,7 @@ class MemoryGuard:
def __init__(self,
max_memory_gb: float = 50.0,
warning_threshold: float = 0.85,
check_interval: float = 5.0,
check_interval: float = 2.0,
auto_cleanup: bool = True):
"""
Initialize Memory Guard