[solved]FTB Unleashed v1.1.1, server crashing on trying load plugins

pirita

New Member
Jul 29, 2019
195
0
0
Cirom said:
“The true error has happened numerous times, and this was but one of the reports from it. It just so happened that I opened a vanilla large chest at the time (It worked after, by the way: nothing's missing there) and it got caught in the error
If you notice in the crash log, it definitely says:

java.lang.NoClassDefFoundError: net/minecraft/inventory/InventoryLargeChest
Caused by: java.lang.ClassNotFoundException: net.minecraft.inventory.InventoryLargeChest
Caused by: java.lang.OutOfMemoryError: PermGen space

The PermGen error is the cause, just like it was for everyone else.
For some reason, the more recent crashes just seem to freeze the console outright, and it's not outputting a crashlog like it does usually. (Probably because I have to Force Close the thing)
Hm.​

I was having this PermGen error earlier. Adding -XX:MaxPermSize=128m to the server running script solved the issue for me.
 

Magniff

New Member
Jul 29, 2019
24
0
0
I usually give the permgen space 256m, especially if I'm going to run with more mods than the default or plugins. You may also wish to add this: -XX:+UseConcMarkSweepGC This helps clear out the memory buildup.