CommandHelper

CommandHelper

46.5k Downloads

With CommandHelper installed server crashes after a few minutes from "[SEVERE] java.lang.OutOfMemoryError: PermGen space"

LadyCailin opened this issue ยท 3 comments

commented

CMDHELPER-2621 - Reported by cosmicvoyager on 2013-04-07 03:53:10 UTC

With CommandHelper installed serve crashes after a few minutes from "[SEVERE] java.lang.OutOfMemoryError: PermGen space"

CommandHelper build #1448-99128b2
CraftBukkit 1.5.1 beta

commented

Comment by wizjany on 2013-04-07 05:07:32 UTC

That's not how permgen works.

commented

Comment by wizjany on 2013-04-07 04:21:05 UTC

try running java with increased permgen
-XX:PermSize=32m -XX:MaxPermSize=256m
(change the numbers as needed)

commented

Comment by cosmicvoyager on 2013-04-07 04:50:00 UTC

But won't that just make it crash later? Something is wrong that was not before.