feat: upgrade to 4cpu and 7gb ram for minecraft
This commit is contained in:
parent
8469602aa7
commit
6093c8df1e
1 changed files with 3 additions and 4 deletions
|
|
@ -101,7 +101,7 @@ in
|
||||||
EULA = "TRUE";
|
EULA = "TRUE";
|
||||||
TYPE = "FABRIC";
|
TYPE = "FABRIC";
|
||||||
VERSION = "1.21.11";
|
VERSION = "1.21.11";
|
||||||
MEMORY = "5120M";
|
MEMORY = "6144M";
|
||||||
MAX_PLAYERS = "10";
|
MAX_PLAYERS = "10";
|
||||||
DIFFICULTY = "hard";
|
DIFFICULTY = "hard";
|
||||||
PVP = "FALSE";
|
PVP = "FALSE";
|
||||||
|
|
@ -113,7 +113,7 @@ in
|
||||||
ENFORCE_WHITELIST = "TRUE";
|
ENFORCE_WHITELIST = "TRUE";
|
||||||
WHITELIST = "jetpham";
|
WHITELIST = "jetpham";
|
||||||
OPS = "jetpham";
|
OPS = "jetpham";
|
||||||
MOTD = "meet cool people \\u00A7e\\u0026\\u0026\\u00A7r build cool things";
|
MOTD = "meet cool people \\u00A76\\u0026\\u0026\\u00A7r build cool things";
|
||||||
OVERRIDE_ICON = "TRUE";
|
OVERRIDE_ICON = "TRUE";
|
||||||
REMOVE_OLD_MODS = "TRUE";
|
REMOVE_OLD_MODS = "TRUE";
|
||||||
MODRINTH_DOWNLOAD_DEPENDENCIES = "required";
|
MODRINTH_DOWNLOAD_DEPENDENCIES = "required";
|
||||||
|
|
@ -123,8 +123,7 @@ in
|
||||||
};
|
};
|
||||||
environmentFiles = [ "/run/minecraft-seed.env" ];
|
environmentFiles = [ "/run/minecraft-seed.env" ];
|
||||||
extraOptions = [
|
extraOptions = [
|
||||||
"--memory=6g"
|
"--memory=7g"
|
||||||
"--cpus=2"
|
|
||||||
"--pids-limit=256"
|
"--pids-limit=256"
|
||||||
"--security-opt=no-new-privileges"
|
"--security-opt=no-new-privileges"
|
||||||
];
|
];
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue