mirror of
https://github.com/kaboomserver/framework.git
synced 2025-08-05 12:03:04 +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
|
# Start Minecraft server
|
||||||
|
|
||||||
java \
|
java \
|
||||||
-Xmx1800M \
|
-Xmx1700M \
|
||||||
-Xshare:on \
|
-Xshare:on \
|
||||||
-Xss8M \
|
-Xss8M \
|
||||||
-XX:MaxDirectMemorySize=512M \
|
-XX:MaxDirectMemorySize=512M \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue