LTDV8/packet/config/saturn-optimizations.toml
3944Realms 1c3c782f2b
All checks were successful
Deploy to Remote Server / deploy (push) Successful in 1m30s
第一个正式版本构建(移动位置,以防不必要的文件干预)
2025-10-27 20:38:46 +08:00

10 lines
436 B
TOML

#(default = true) Optimizes memory allocation by caching objects to static final references.
optimizeMemoryAllocations = true
#(default = true) Reduces garbage collection (GC) heap by avoid creating unnecessary objects.
reduceGCHeap = true
#(default = true) Fixes memory leaks which takes the memory continuously.
fixMemoryLeaks = true
#(default = true) Removes duplicated threading detector locks.
removeThreadingDetectorLocks = true