minecraft: lower minimum ram usage
so like turns out java will take always fill the minimum ram space and that like causes stuff to OOM
This commit is contained in:
parent
2812ce48fc
commit
f4103d221e
3 changed files with 3 additions and 3 deletions
|
|
@ -5,7 +5,7 @@
|
|||
enable = true;
|
||||
package = pkgs.fabricServers.fabric-1_21_11;
|
||||
autoStart = true;
|
||||
jvmOpts = "-Xms4096M -Xmx4096M";
|
||||
jvmOpts = "-Xms1024M -Xmx4096M";
|
||||
|
||||
serverProperties = {
|
||||
server-port = 30001;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue