Initial Commit
Commit Suicide add disabled jars to lfs remove mods re-add mods
This commit is contained in:
8
config/saturn-optimizations.toml
Normal file
8
config/saturn-optimizations.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
#(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
|
||||
Reference in New Issue
Block a user