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 \
|
||||
-Xshare:on \
|
||||
-Xss8M \
|
||||
-XX:MaxDirectMemorySize=128M \
|
||||
-XX:MaxDirectMemorySize=512M \
|
||||
-XX:+UseContainerSupport \
|
||||
-DPaper.IgnoreJavaVersion=true \
|
||||
-Dpaper.playerconnection.keepalive=360 \
|
||||
|
|
Loading…
Reference in a new issue