mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-28 05:42:51 +00:00
perf: revert preload.
This commit is contained in:
parent
8c788bf785
commit
dc9c4c9e01
|
|
@ -34,5 +34,5 @@ def init_memory_optimization():
|
|||
force_gc()
|
||||
maxkb_logger.debug("(PID: {CURRENT_PID}) Memory optimization (GC tuning) started.")
|
||||
|
||||
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '1') == "1":
|
||||
if CONFIG.get("ENABLE_MEMORY_OPTIMIZATION", '0') == "1":
|
||||
init_memory_optimization()
|
||||
|
|
|
|||
Loading…
Reference in New Issue