Problem Sever Crashes

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

kirby mccalum

New Member
Jul 29, 2019
3
0
0
Our server has been crashing a lot lately and we are not sure why. It started out fine but in the last couple of weeks it has been crashing a lot. We stay relatively close to each other and try not to roam off to much to try to keep the server from crashing. Only 3 of us are on the server max. The server keeps saying it can't keep up, even when we add more ram to the server.

Version: Mindcrack V8.0.1

We run the server off of a fairly new alienware computer with 3GB of ram dedicated to the server. We don't believe its a hardward or software issue but we aren't sure.

No extra mods were added to the pack.



Pastebin crash report: http://pastebin.com/xjSdRTZb
 

ryetoc

New Member
Jul 29, 2019
23
0
0
java.lang.OutOfMemoryError: Java heap space

plain and simple, you don't have enough ram. Make sure you have enough physical ram, and make sure you allocate enough of it to java. This is usually done in the server start up script. Look for something like -Xmx1200M and make it larger. Make sure not to add more memory then you actually have, or you will get another error.