Create saturn-optimizations.toml
This commit is contained in:
parent
48cb949d70
commit
3e3d02e241
1 changed files with 9 additions and 0 deletions
9
config/saturn-optimizations.toml
Normal file
9
config/saturn-optimizations.toml
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
#(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
|
||||||
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue