Hi, my server is running Prominence II and right now we are crashing after around 20 minutes with 8+ people on the server. TPS performance is okay. Around 13-16 with 8 people on again. Ideally I would like it to be lower but there we are. Chunks are loaded out to my world border (2500 blocks each way) as well as in the nether, though no one has got to any other dimension yet.
My server is running on pterodactyl with access to 16 threads from my Intel(R) Xeon(R) Gold 6134 CPU @ 3.20GHz. The box itself is running on Ubuntu 22.04.5 LTS.
I am using GraalVM CE 22.0.2+9.1 as well.
My startup flags are these, where server memory = 32768 and cutdown = 2500 java -Xms$(({{SERVER_MEMORY}} - ({{CUTDOWN}})))M -Xmx$(({{SERVER_MEMORY}} - ({{CUTDOWN}})))M -XX:+UseG1GC -XX:MaxGCPauseMillis=130 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=28 -XX:G1HeapRegionSize=16M -XX:G1ReservePercent=20 -XX:G1MixedGCCountTarget=3 -XX:InitiatingHeapOccupancyPercent=10 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=0 -XX:SurvivorRatio=32 -XX:MaxTenuringThreshold=1 -XX:G1SATBBufferEnqueueingThresholdPercent=30 -XX:G1ConcMarkStepDurationMillis=5 -XX:G1ConcRSHotCardLimit=16 -XX:G1ConcRefinementServiceIntervalMillis=150 -jar {{SERVER_JARFILE}} --nogui
I have a couple performance/fix mods I added to the server which are: vmp and mc249136.
I have also removed Neruina as it has caused a lot of issues for me previously
This is my most recent crash file.
While I'm aware this may not be the place to post this(?) I am hoping that someone with experience hosting this modpack is able to help out.