1
0
Fork 0
mirror of https://github.com/xHyroM/aetheria.git synced 2024-09-20 05:13:20 +02:00
aetheria/packwiz/1.20.1/config/saturn-optimizations.toml

10 lines
436 B
TOML
Raw Normal View History

2024-06-15 23:46:34 +02:00
#(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