Server crashes and players getting kicked

  • 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.

Arthurisdabest

New Member
Jul 29, 2019
3
0
0
The latest crash log http://pastebin.com/HmuMXiRp

Things that cause the server to crash are things like placing chunk loaders or world anchors, and not sure if its coincidence or not but half the time withers get spawned the server crashes.

Players get kicked for placing down chunk or spot loaders and sometimes the chunk resets. Players don't always get kicked and sometimes the server does crash after this
 

Nessiroj

New Member
Jul 29, 2019
855
0
1
Code:
java.lang.OutOfMemoryError: Java heap space
Java is running out of memory / GC aint quick enough. What modpack are you using?

on a side note i see your starting the server and instantly use 2GB ram of your server. I'm not sure if that is what you want
Code:
-Xms2G -Xmx3G
you might wanna change it to
Code:
-Xms512M -Xmx3G
 

Arthurisdabest

New Member
Jul 29, 2019
3
0
0
We just changed the it and we tried testing some stuff. Spawning a wither is crashing the server everytime we restart and spawn one. And just tested the chunkloader with players who got kicked before and it seems that its working. Going to continue and see if any more crashes happen. Thanks for the help :D
 
Status
Not open for further replies.