Give the OS some memory to rest (#2)

This commit is contained in:
Apmunute 2021-04-10 09:25:45 -03:00 committed by GitHub
parent 8fec8053ed
commit 370a651066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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