Server Constantly 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
Status
Not open for further replies.

Bashosen

New Member
Jul 29, 2019
9
0
0
My server is constantly crashing and we can't figure out why. Here is a pastebin of the relevant error logs : http://pastebin.com/tsVWQhw3


Some info. I have a 30 slot server with 1024MB of Ram hosted from beastnode.com with 5 gigs of storage for maps and such. We have had the map for 3 weeks, and there are no massive laggy things, and I have a general since of what causes lag and make sure not to do loops and such. Only about 5 people play on it, we have a 30 slot since our creations usually get outlandish later into the end game, but it shouldnt be crashing when the bigest thing we have is an mfr tree farm.
 
First of all 1024MB of Ram is too little for 30 people. you might get away with 5 or so on that. But, as far as your problem, you need to launch the server with more PermGen space. Put this into a run.bat file- or however your server handles that- to improve it.

java -Xmx1G -Xms712MB -XX:MaxPermSize=256M -jar (insert name before jar here).jar nogui
 
Yeah its only with 5 people playing on it, its 30 slot though. How would I run a .bat file if I don't have full access, i have FTP and console access pretty much
 
Status
Not open for further replies.