diff --git a/modules/system/homelab/mc/mc0-vanilla-plus.nix b/modules/system/homelab/mc/mc0-vanilla-plus.nix index f98d9bc..b4d19c3 100644 --- a/modules/system/homelab/mc/mc0-vanilla-plus.nix +++ b/modules/system/homelab/mc/mc0-vanilla-plus.nix @@ -1,7 +1,7 @@ { inputs, lib, pkgs, ... }: let name = "mc0-vanilla-plus"; - ram-allocation-mb = 12288; - headroom-allocation-mb = 2048; + ram-allocation-mb = 8192; + headroom-allocation-mb = 1024; rcon-pass = "howdy"; modpack = let useLatest = false;