mirror of
https://github.com/xHyroM/aetheria.git
synced 2024-11-10 01:58:06 +01:00
9 lines
436 B
TOML
Executable file
9 lines
436 B
TOML
Executable file
#(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
|
|
|