Skip to content

Commit dc9c4c9

Browse files
perf: revert preload.
1 parent 8c788bf commit dc9c4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/maxkb/settings/mem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ def init_memory_optimization():
3434
force_gc()
3535
maxkb_logger.debug("(PID: {CURRENT_PID}) Memory optimization (GC tuning) started.")
3636

37-
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '1') == "1":
37+
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '0') == "1":
3838
init_memory_optimization()

0 commit comments

Comments
 (0)