reduce minecraft server max memory

This commit is contained in:
xunuwu 2026-02-20 21:51:34 +01:00
parent eb4629bd3f
commit 697edab0f8
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI

View file

@ -91,7 +91,7 @@ in {
cat > user_jvm_args.txt <<'EOF'
-Xms1024M
-Xmx6144M
-Xmx4096M
EOF
echo "=== preStart finished ==="