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:
Nico 2025-12-16 18:50:52 +11:00
parent 2812ce48fc
commit f4103d221e
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0
3 changed files with 3 additions and 3 deletions

View file

@ -5,7 +5,7 @@
enable = true;
package = pkgs.paperServers.paper-1_21_11;
autoStart = true;
jvmOpts = "-Xms4096M -Xmx4096M";
jvmOpts = "-Xms1024M -Xmx4096M";
serverProperties = {
server-port = 30002;