perf: revert preload.

v3.2
liqiang-fit2cloud 2025-11-04 13:56:20 +08:00
parent 701c962c2e
commit c3ab9f458d
1 changed files with 1 additions and 0 deletions

View File

@ -18,4 +18,5 @@ def enable_force_gc():
t.start() t.start()
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '1') == "1": if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '1') == "1":
maxkb_logger.info(f"(PID: {CURRENT_PID}) Forced GC enabled")
enable_force_gc() enable_force_gc()