CraftConomy

154k Downloads

Error on server start causes to leave the server without memory

stefvanschie opened this issue ยท 5 comments

commented

Hey,

Everything was working fine with this plugin, until I saw a weird error. I'm making plugins myself, so if it something from me please tell me. Here's the rror:
http://pastebin.com/VNS6YvXC

commented

Caused by: java.lang.OutOfMemoryError: PermGen space

For some reason your PermGen got filled, what java version do you run?

commented

Java 7, error did not occur after I got this bug.

commented

There can be issues if you don't set your PermGen Space size. It tells what to do during minecraft server launch.

commented

I don't think I've set that.

commented

Hasn't occured anymore after setting the max space size, closing this issue.