minimize ram usage
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 15s

This commit is contained in:
Satria 2026-07-05 11:26:04 +07:00
commit 2e2d1c1d8b

View file

@ -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;