mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-04 11:25:37 +00:00
Debugging
This commit is contained in:
parent
4d881c1137
commit
2ac3da0168
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
while true; do
|
while true; do
|
||||||
stty intr undef
|
stty intr undef
|
||||||
tmux new -d -s alivecheck 'sh -x script/alivecheck'
|
tmux new -d -s alivecheck 'sh -x script/alivecheck'
|
||||||
java -Xms256M -Xmx384M -Xmns192M -Xmnx307M -Xtune:virtualized -Xaggressive -Xcompressedrefs -Xdump:none -Xgc:concurrentScavenge -Xgc:dnssExpectedTimeRatioMaximum=3 -Xgc:scvNoAdaptiveTenure -Xdisableexplicitgc -Xshareclasses -XX:-HeapDumpOnOutOfMemoryError -XX:OnOutofMemoryError="pkill -9 java" -XX:MaxDirectMemorySize=64M -XX:+UseContainerSupport -Dpaper.playerconnection.keepalive=360 -DIReallyKnowWhatIAmDoingISwear -jar minecraft-server.jar --world-dir=worlds
|
java -Xmx384M -Xtune:virtualized -Xaggressive -Xcompressedrefs -Xdump:none -Xgc:concurrentScavenge -Xgc:dnssExpectedTimeRatioMaximum=3 -Xgc:scvNoAdaptiveTenure -Xdisableexplicitgc -Xshareclasses -XX:-HeapDumpOnOutOfMemoryError -XX:OnOutofMemoryError="pkill -9 java" -XX:MaxDirectMemorySize=64M -XX:+UseContainerSupport -Dpaper.playerconnection.keepalive=360 -DIReallyKnowWhatIAmDoingISwear -jar minecraft-server.jar --world-dir=worlds
|
||||||
tmux kill-session -t alivecheck
|
tmux kill-session -t alivecheck
|
||||||
sleep 1
|
sleep 1
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue