mirror of
https://github.com/kaboomserver/framework.git
synced 2025-07-23 05:53:57 +00:00
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:
parent
a4f6745693
commit
a14c1d1a19
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…
Add table
Add a link
Reference in a new issue