Server crash need help ASAP

  • 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

lenscas

Over-Achiever
Jul 31, 2013
2,015
1,801
248
java.lang.OutOfMemoryError. Tells me it ran out of memory how much memory did you give to the server? Also when did it crash at startup or sometime after?
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
Code:
This is the console log, find the crash report. It will tell you if you ran out of heap space (needs more -Xmx) or if you ran out of perm gen (needs more -XX:PermSize).

The crash report will also tell us what parameters your start script is sending to the Java virtual machine, so it would be useful if you could pastebin that here.
 

Francis Baster

New Member
Jul 29, 2019
295
0
0
Well i can't get a crash log that is the problem it crashes when it is starting
FTP into your server, enter the crash-reports folder, download the most recent one and then pastebin it here. If there isn't a crash report after a out of memory exception I would be very surprised.