minimize ram usage
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 15s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 15s
This commit is contained in:
parent
543b99ffe2
commit
2e2d1c1d8b
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue