
With CommandHelper installed server crashes after a few minutes from "[SEVERE] java.lang.OutOfMemoryError: PermGen space"
LadyCailinBot opened this issue ยท 3 comments
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
Comment by wizjany
try running java with increased permgen
-XX:PermSize=32m -XX:MaxPermSize=256m
(change the numbers as needed)
Comment by cosmicvoyager
But won't that just make it crash later? Something is wrong that was not before.