remove non effective flags
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
All checks were successful
Activate Homelab Configuration / rebuild (push) Successful in 29s
This commit is contained in:
parent
0dd0277755
commit
bb99c22324
1 changed files with 0 additions and 2 deletions
|
|
@ -121,8 +121,6 @@ in {
|
|||
"-XX:+PerfDisableSharedMem" # Disables constant /tmp writes for JVM metrics
|
||||
"-XX:ZAllocationSpikeTolerance=5" # Helps when server is active with many players
|
||||
"-XX:SoftMaxHeapSize=${toString (ram-allocation-mb - 2048)}M" # Leave 2GB headroom
|
||||
"-XX:ZCollectionInterval=1" # Force a GC cycle at minimum every second
|
||||
"-XX:ConcGCThreads=8" # Threads ZGC uses for concurrent work
|
||||
]; in lib.concatStringsSep " " flags;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue