CommandHelper

CommandHelper

46.5k Downloads

OutOfMemory exceptions/errors

LadyCailin opened this issue ยท 3 comments

commented

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

commented

Comment by wizjany on 2013-04-14 13:51:34 UTC

Start java with extra permgen space.
-XX:PermSize=32m -XX:MaxPermSize=256m

commented

Comment by szymekpl on 2013-04-14 15:32:54 UTC

Thank you @wizjany! That solved my issue!

commented

Comment by LadyCailin on 2013-04-16 14:37:10 UTC

Yeah, this isn't a CH bug per se, you just need to give it more permgen memory.