OutOfMemory exceptions/errors
LadyCailin opened this issue ยท 3 comments
CMDHELPER-2648 - Reported by szymekpl on 2013-04-14 08:20:42 UTC
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 on 2013-04-14 13:51:34 UTC
Start java with extra permgen space.
-XX:PermSize=32m -XX:MaxPermSize=256m
Comment by szymekpl on 2013-04-14 15:32:54 UTC
Thank you @wizjany! That solved my issue!