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";
|
||||
TYPE = "FABRIC";
|
||||
VERSION = "1.21.11";
|
||||
MEMORY = "5120M";
|
||||
MEMORY = "6144M";
|
||||
MAX_PLAYERS = "10";
|
||||
DIFFICULTY = "hard";
|
||||
PVP = "FALSE";
|
||||
|
|
@ -113,7 +113,7 @@ in
|
|||
ENFORCE_WHITELIST = "TRUE";
|
||||
WHITELIST = "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";
|
||||
REMOVE_OLD_MODS = "TRUE";
|
||||
MODRINTH_DOWNLOAD_DEPENDENCIES = "required";
|
||||
|
|
@ -123,8 +123,7 @@ in
|
|||
};
|
||||
environmentFiles = [ "/run/minecraft-seed.env" ];
|
||||
extraOptions = [
|
||||
"--memory=6g"
|
||||
"--cpus=2"
|
||||
"--memory=7g"
|
||||
"--pids-limit=256"
|
||||
"--security-opt=no-new-privileges"
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue