From c523cb48ce3302933889a1e6aa90b80216be97a7 Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Thu, 3 Apr 2025 14:04:42 +0200 Subject: [PATCH] feat: more ram --- 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 f274374..d50176b 100644 --- a/hosts/hitsugibune/configuration.nix +++ b/hosts/hitsugibune/configuration.nix @@ -50,7 +50,7 @@ in { # and the user `mc-aged`. aged = { enable = true; - jvmMaxAllocation = "12G"; + jvmMaxAllocation = "15G"; jvmInitialAllocation = "2G"; jvmPackage = pkgs.temurin-bin-17; jvmOpts = concatStringsSep " " [