mirror of
https://github.com/kaboomserver/framework.git
synced 2025-01-08 15:38:48 +00:00
Increase direct memory size limit
This commit is contained in:
parent
043ef2989c
commit
36225a3bad
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ while true; do
|
||||||
-Xmx1800M \
|
-Xmx1800M \
|
||||||
-Xshare:on \
|
-Xshare:on \
|
||||||
-Xss8M \
|
-Xss8M \
|
||||||
-XX:MaxDirectMemorySize=128M \
|
-XX:MaxDirectMemorySize=512M \
|
||||||
-XX:+UseContainerSupport \
|
-XX:+UseContainerSupport \
|
||||||
-DPaper.IgnoreJavaVersion=true \
|
-DPaper.IgnoreJavaVersion=true \
|
||||||
-Dpaper.playerconnection.keepalive=360 \
|
-Dpaper.playerconnection.keepalive=360 \
|
||||||
|
|
Loading…
Reference in a new issue