
OutOfMemory exceptions/errors
LadyCailinBot opened this issue ยท 3 comments
CMDHELPER-2648 - Reported by szymekpl
When server is loaded and 1st player wants to join bunch of errors appears in console and server crashes. It happens with latest CH build (#1468)
PasteBin: http://pastebin.com/1GBbuQi1
Comment by wizjany
Start java with extra permgen space.
-XX:PermSize=32m -XX:MaxPermSize=256m
Comment by szymekpl
Thank you @wizjany! That solved my issue!