reduce minecraft server max memory
This commit is contained in:
parent
eb4629bd3f
commit
697edab0f8
1 changed files with 1 additions and 1 deletions
|
|
@ -91,7 +91,7 @@ in {
|
||||||
|
|
||||||
cat > user_jvm_args.txt <<'EOF'
|
cat > user_jvm_args.txt <<'EOF'
|
||||||
-Xms1024M
|
-Xms1024M
|
||||||
-Xmx6144M
|
-Xmx4096M
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
echo "=== preStart finished ==="
|
echo "=== preStart finished ==="
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue