minecraft: set memory to 4g
All checks were successful
flake check / check (push) Successful in 9m8s
fmt check / check (push) Successful in 1m6s
All checks were successful
flake check / check (push) Successful in 9m8s
fmt check / check (push) Successful in 1m6s
This commit is contained in:
parent
2371c4e20e
commit
e4d9fe3b4d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ _: {
|
||||||
environment = {
|
environment = {
|
||||||
EULA = "TRUE";
|
EULA = "TRUE";
|
||||||
VERSION = "1.19.2";
|
VERSION = "1.19.2";
|
||||||
MEMORY = "8G";
|
MEMORY = "4G";
|
||||||
TYPE = "FABRIC";
|
TYPE = "FABRIC";
|
||||||
FABRIC_LOADER_VERSION = "0.14.23";
|
FABRIC_LOADER_VERSION = "0.14.23";
|
||||||
FABRIC_LAUNCHER_VERSION = "0.11.2";
|
FABRIC_LAUNCHER_VERSION = "0.11.2";
|
||||||
|
|
Loading…
Reference in a new issue