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
When i start the server i start it in with this:
#!/bin/bash
cd "$(dirname "$0")"
exec java -Xmx12G -Xms12G -jar ftbserver.jar nogui
Its saved as start.command.
It runs fine but stops at
2014-03-10 16:38:02 [INFO] [STDOUT] Registered micro material: tile.bop.leavesColorized2.3
Then freezes...