mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-03 10:55:36 +00:00
Bump memory limit
This commit is contained in:
parent
4fd29ca312
commit
20799faf02
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ while true; do
|
|||
done &
|
||||
|
||||
while true; do
|
||||
ulimit -v 5300000
|
||||
java -Xms300m -XX:MinHeapFreeRatio=1 -XX:MaxHeapFreeRatio=10 -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1HeapRegionSize=4M -XX:G1MixedGCLiveThresholdPercent=50 -XX:G1NewSizePercent=50 -XX:G1MaxNewSizePercent=80 -XX:MaxGCPauseMillis=100 -XX:+AggressiveOpts -XX:+AlwaysPreTouch -XX:+DisableExplicitGC -XX:InitiatingHeapOccupancyPercent=10 -XX:TargetSurvivorRatio=90 -XX:+UseLargePagesInMetaspace -Dcom.mojang.eula.agree=true -Dlog4j.configurationFile=log4j2.xml -jar minecraft-server.jar --world-dir=worlds > /dev/null 2>&1
|
||||
sleep 1
|
||||
done &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue