chore(services,minecraft-servers): turn down dedicated ram to 2G

This commit is contained in:
Guz
2026-05-21 16:58:44 -03:00
parent 3fa72df194
commit bf8108d0ce

View File

@@ -126,8 +126,8 @@ in {
enableReload = true;
autoStart = true;
jvmOpts = join " " [
"-Xms4G"
"-Xmx4G"
"-Xms2G"
"-Xmx2G"
"-XX:+UseG1GC"
"-XX:+UnlockExperimentalVMOptions"
"-XX:MaxGCPauseMillis=100"