Direwolf20 Server automatically shuts down

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.
  • 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
B

Bubble3571

Guest
Title Direwolf20 Server automatically shuts down

Launcher Type FTB Launcher

Modpack Direwolf20 1.12

Modpack version v1.3.0

Have you modified the pack? No

Link to log file http://paste.feed-the-beast.com/view/03ef1344

Details of the issue The server was running fine with it only crashing once every couple hours but a simple restart solved it. Now i simply cannot even open the server without this happening. I tried reverting to a back up with no result. Please help.
 
Last edited by a moderator:

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Post full logs, not parts.

/logs/fml-server-latest.log <--- that's the one you should take.
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Can you open a command window and get the java verison (type: "java -version" and press enter - without "") - take a screen shot of the window and share that.

+ copy the text from the file you use to start the server with and share it using paste.feed-the-beast.com (serverstart.bat)
+ copy the text from the settings file and share it using paste.feed-the-beast.com (settings.bat)
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
edit the settings file - you need to allocate more ram.

This is the link you should edit:
export MAX_RAM="2048M" # -Xmx

set that to:
export MAX_RAM="4096M" # -Xmx

If you want to allocate more you can, but at least 4gb - just remember to leave some for the OS and other applications. (at least 2gb free)
 
B

Bubble3571

Guest
edit the settings file - you need to allocate more ram.

This is the link you should edit:
export MAX_RAM="2048M" # -Xmx

set that to:
export MAX_RAM="4096M" # -Xmx

If you want to allocate more you can, but at least 4gb - just remember to leave some for the OS and other applications. (at least 2gb free)
Thanks this fixed the problem perfectly and now works great! Is there a value i should use for MIN_RAM?