Recent Discussions
Modded Server Crashing with multiple players and Rollbacks
Unanswered
Fila Brasileiro posted this in #questions
45 messages
0 views
Fila BrasileiroOP
Our modded server keeps crashing and rolls it back 5 minutes.
We've removed all mods and still had this issue on the server too, Here's the mod list as well.
Here's the error log attached
We've removed all mods and still had this issue on the server too, Here's the mod list as well.
Here's the error log attached
2026-01-12-7.log.gz
Official2.mrpack
Fila BrasileiroOP
Have no clue what to do to fix this
we have 16gb of ram for the server
Fila BrasileiroOP
image.png
image.png
image.png
@Fila Brasileiro Click to see attachment
Fila BrasileiroOP
After this log the image above is what happened
so as soon as a player joined the server died
Fila BrasileiroOP
java -Xms10000M -XX:MaxRAMPercentage=90.0 --add-modules=jdk.incubator.vector -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -Dusing.aikars.flags=https://mcflags.emc.gs/ -Daikars.new.flags=true -XX:G1NewSizePercent=40 -XX:G1MaxNewSizePercent=50 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=15 -jar server.jar
^ Start up flag
@Fila Brasileiro Click to see attachment
don't post screenshots of a spark. post the ACTUAL spark.
@PM_ME_YOUR_REPO how are you hosting this?
Fila BrasileiroOP
wdym?
Scott's Oriole
How much ram did your host give you?
I highly suspect it might be related to you using -Xms instead of -Xmx
I highly suspect it might be related to you using -Xms instead of -Xmx
image.png
Fila BrasileiroOP
what's the difference between xms and xmx?
Scott's Oriole
Xms = minimum heap
Xmx = maximum heap
Xmx = maximum heap
If your host gave you 8gb of ram, Xmx has to be lower than that, around 7.5gb at the very least
Fila BrasileiroOP
we have 16gb
Scott's Oriole
Try using -Xmx15360M
Fila BrasileiroOP
Okay I'll have to wait for my host, I'll keep you updated
Loading...
Loading...