From cc3a71d7556803778981090c8c0cf931202a94a7 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Sun, 6 Apr 2025 14:55:27 +0200 Subject: [PATCH] feat: increase ram for mc-aged --- hosts/hitsugibune/configuration.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/hitsugibune/configuration.nix b/hosts/hitsugibune/configuration.nix index 225cec7..d3783e6 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -52,7 +52,7 @@ in { # and the user `mc-aged`. aged = { enable = true; - jvmMaxAllocation = "15G"; + jvmMaxAllocation = "42G"; jvmInitialAllocation = "2G"; jvmPackage = pkgs.temurin-bin-17; jvmOpts = concatStringsSep " " [