derp, slep depreveation. ;3
Some checks failed
Build Nix modules (dry-run) / build-modules (push) Failing after 3m40s

This commit is contained in:
Root User 2026-04-09 01:54:05 +03:00
parent 67ee7c9318
commit 17be3bdb66
Signed by: root
GPG key ID: 087F0A95E5766D72

View file

@ -80,24 +80,24 @@ in {
jvmOpts = lib.concatStringsSep " " [ jvmOpts = lib.concatStringsSep " " [
"-Xms4G" "-Xms4G"
"-Xmx45G" "-Xmx45G"
"-XX:+UseG1GC "-XX:+UseG1GC"
-XX:+ParallelRefProcEnabled "-XX:+ParallelRefProcEnabled"
-XX:MaxGCPauseMillis=200 "-XX:MaxGCPauseMillis=200"
-XX:+UnlockExperimentalVMOptions "-XX:+UnlockExperimentalVMOptions"
-XX:+DisableExplicitGC "-XX:+DisableExplicitGC"
-XX:+AlwaysPreTouch "-XX:+AlwaysPreTouch"
-XX:G1NewSizePercent=30 "-XX:G1NewSizePercent=30"
-XX:G1MaxNewSizePercent=40 "-XX:G1MaxNewSizePercent=40"
-XX:G1HeapRegionSize=8M "-XX:G1HeapRegionSize=8M"
-XX:G1ReservePercent=20 "-XX:G1ReservePercent=20"
-XX:G1HeapWastePercent=5 "-XX:G1HeapWastePercent=5"
-XX:G1MixedGCCountTarget=4 "-XX:G1MixedGCCountTarget=4"
-XX:InitiatingHeapOccupancyPercent=15 "-XX:InitiatingHeapOccupancyPercent=15"
-XX:G1MixedGCLiveThresholdPercent=90 "-XX:G1MixedGCLiveThresholdPercent=90"
-XX:G1RSetUpdatingPauseTimePercent=5 "-XX:G1RSetUpdatingPauseTimePercent=5"
-XX:SurvivorRatio=32 "-XX:SurvivorRatio=32"
-XX:+PerfDisableSharedMem "-XX:+PerfDisableSharedMem"
-XX:MaxTenuringThreshold=1" "-XX:MaxTenuringThreshold=1"
]; ];
serverProperties = { serverProperties = {