Skip to content

Commit e84391b

Browse files
liqiang-fit2cloudliuruibin
authored andcommitted
perf: revert preload.
1 parent 7b0df86 commit e84391b

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)