Server Crashing

  • 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

Dz1981

New Member
Jul 29, 2019
1
0
0
Hi We are running Unleashed 1.1.7 on Ubuntu 12.04.2 LTS, we are running it on a dedicated VM with 6gb ram and 2 core.

The server has been running previously without issue untill sunday night were it started crashing. This was after I had created another new mystcraft world. I've attached todays crash log or find it at http://pastebin.com/eD0zUpFH

java -Xms1G -Xmx2G -XX:permSize=256m -jar ftbserver.jar is the ServerStart.sh file

Any help would be appreciated
 

Attachments

  • hs_err_pid28993.txt
    91.2 KB · Views: 68

Connor Gavitt

New Member
Jul 29, 2019
1,091
-1
0
Um that's not a minecraft crash report, for better help I would retrieve it in */Minecraft/crash-reports however this one does tell us everything we need to know.

You are running out of RAM but it appears you don't have java 7 so uninstall your java6 and install java7 64bit and you should be good to go.
 

Alanin

New Member
Jul 29, 2019
1
0
0
Thank you for your help. We have installed java 7 now (without removing java 6). Then we changed the symbolic link in /etc/alternatives/java to the new version and started the server. This was right after your post. And the server still runs really smooth!

Thank you a lot for your help again!