Compare commits
2 changed files with 2 additions and 1 deletions
|
|
@ -12,7 +12,6 @@
|
||||||
"cebifddlogbjhoibpjobhlamopmlpckl" # disable page visibility
|
"cebifddlogbjhoibpjobhlamopmlpckl" # disable page visibility
|
||||||
"efknglbfhoddmmfabeihlemgekhhnabb" # json viewer
|
"efknglbfhoddmmfabeihlemgekhhnabb" # json viewer
|
||||||
"bhchdcejhohfmigjafbampogmaanbfkg" # user agent switcher
|
"bhchdcejhohfmigjafbampogmaanbfkg" # user agent switcher
|
||||||
"bbppejejjfancffmhncgkhjdaikdgagc" # undisposition
|
|
||||||
|
|
||||||
"ocabkmapohekeifbkoelpmppmfbcibna" # xoom redirector
|
"ocabkmapohekeifbkoelpmppmfbcibna" # xoom redirector
|
||||||
"fkagelmloambgokoeokbpihmgpkbgbfm" # indie wiki buddy
|
"fkagelmloambgokoeokbpihmgpkbgbfm" # indie wiki buddy
|
||||||
|
|
|
||||||
|
|
@ -121,6 +121,8 @@ in {
|
||||||
"-XX:+PerfDisableSharedMem" # Disables constant /tmp writes for JVM metrics
|
"-XX:+PerfDisableSharedMem" # Disables constant /tmp writes for JVM metrics
|
||||||
"-XX:ZAllocationSpikeTolerance=5" # Helps when server is active with many players
|
"-XX:ZAllocationSpikeTolerance=5" # Helps when server is active with many players
|
||||||
"-XX:SoftMaxHeapSize=${toString (ram-allocation-mb - 2048)}M" # Leave 2GB headroom
|
"-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;
|
]; in lib.concatStringsSep " " flags;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue