Give the OS some memory to rest (#2)
This commit is contained in:
parent
8fec8053ed
commit
370a651066
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ while true; do
|
|||
# Start Minecraft server
|
||||
|
||||
java \
|
||||
-Xmx1800M \
|
||||
-Xmx1700M \
|
||||
-Xshare:on \
|
||||
-Xss8M \
|
||||
-XX:MaxDirectMemorySize=512M \
|
||||
|
|
Loading…
Reference in a new issue