Errors in console during startup

  • 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

Fzlmo_0s3

New Member
Jul 29, 2019
2
0
0
A friend of mine is trying to set up a server, but hes constantly getting errors in the console resulting in it crashing, is there any way to fix this?
 

Attachments

  • crash-2013-03-06_19.39.38-server.txt
    7.7 KB · Views: 66

Francis Baster

New Member
Jul 29, 2019
295
0
0
You are starting the server with only 32MB of memory, which is not enough for the server to run. If you are starting from a batch file or shell script, find the part that says -Xmx32M and change it to at least -Xmx1024M depending on how much memory the computer has available.