give the OS some memory to rest

server has 1.87gb of ram, you allocate 1.8gb of ram, debian uses ~100mb of ram, minecraft server usage goes to 1.8gb of ram, system crashes. (how to crashloop kaboom 101)
This commit is contained in:
Apmunute 2021-03-16 11:08:02 -03:00 committed by GitHub
parent a4f6745693
commit a14c1d1a19
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,7 @@ while true; do
# Start Minecraft server
java \
-Xmx1800M \
-Xmx1700M \
-Xshare:on \
-Xss8M \
-XX:MaxDirectMemorySize=512M \