reduce memory usage
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user