feat: increase ram for mc-aged

This commit is contained in:
s-prechtl 2025-04-06 14:55:27 +02:00
parent e9312cbe73
commit cc3a71d755

View file

@ -52,7 +52,7 @@ in {
# and the user `mc-aged`. # and the user `mc-aged`.
aged = { aged = {
enable = true; enable = true;
jvmMaxAllocation = "15G"; jvmMaxAllocation = "42G";
jvmInitialAllocation = "2G"; jvmInitialAllocation = "2G";
jvmPackage = pkgs.temurin-bin-17; jvmPackage = pkgs.temurin-bin-17;
jvmOpts = concatStringsSep " " [ jvmOpts = concatStringsSep " " [