CommandHelper

CommandHelper

46.5k Downloads

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

LadyCailinBot opened this issue ยท 3 comments

commented

CMDHELPER-2621 - Reported by cosmicvoyager

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

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

commented

Comment by cosmicvoyager

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

commented

Comment by wizjany

That's not how permgen works.