My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

[marvin] update grimmory java options

dish 4e68bc71 2c3fa323

+14 -2
+14 -2
hosts/marvin/services/library.nix
··· 21 21 "-XX:+UseShenandoahGC" 22 22 "-XX:ShenandoahGCHeuristics=compact" 23 23 "-XX:+UseCompactObjectHeaders" 24 - "-XX:MaxRAMPercentage=20.0" 25 - "-XX:InitialRAMPercentage=4.0" 24 + "-XX:MaxRAMPercentage=60.0" 25 + "-XX:InitialRAMPercentage=8.0" 26 26 "-XX:+ExitOnOutOfMemoryError" 27 + "-XX:+ExitOnOutOfMemoryError" 28 + "-XX:+HeapDumpOnOutOfMemoryError" 29 + "-XX:HeapDumpPath=/tmp/heapdump.hprof" 30 + "-XX:MaxMetaspaceSize=256m" 31 + "-XX:ReservedCodeCacheSize=48m" 32 + "-Xss512k" 33 + "-XX:CICompilerCount=2" 34 + "-XX:+UnlockExperimentalVMOptions" 35 + "-XX:+UseStringDeduplication" 36 + "-XX:ShenandoahUncommitDelay=5000" 37 + "-XX:ShenandoahGuaranteedGCInterval=30000" 38 + "-XX:MaxDirectMemorySize=256m" 27 39 ]; 28 40 in 29 41 {