mirror of
https://github.com/Expand-sys/ccashbot
synced 2025-12-17 08:02:13 +11:00
increase ram
This commit is contained in:
parent
195c63c35c
commit
8e7a2f1901
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function spawnMC(channel) {
|
||||||
};
|
};
|
||||||
const minecraft = spawn(
|
const minecraft = spawn(
|
||||||
"java",
|
"java",
|
||||||
["-Xmx4096M", "-Xms1024M", "-jar", "server.jar", "-nogui"],
|
["-Xmx24G", "-Xms1024M", "-jar", "server.jar", "-nogui"],
|
||||||
options
|
options
|
||||||
);
|
);
|
||||||
minecraft.stdout.on("data", (data) => {
|
minecraft.stdout.on("data", (data) => {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue