Dedicated server sometimes can't boot, no error last log Registering tracks for Biomes O' Plenty
testkil opened this issue ยท 0 comments
I've been running a atm8 server for the past couple of days for friends but have been encountering a wierd issue on boot. **I have restart the server multiple times untill it succeeds starting, which isn't ideal especially on a crash while I'm not there. **
It's running on a dedicated server (with plenty of ram) on a docker image.
The server hangs and becomes "unhealthy" (itzg health check). There is no error in logs. The last log message when this happens is either.
[modloading-worker-0/INFO] [railways/]: Registering tracks for Biomes O' Plenty
[Modding Legacy/blue_skies/Supporters thread/INFO] [ModdingLegacy/blue_skies/Supporter/]: Successfully loaded the Modding Legacy supporters list.
(both follow each other, but second sometimes not logged).
Not sure how to further troubleshoot this, can't find anything in other logs.
Below is the env config. I originally ran the indicated forge version (43.2.14) & updated to latest to see if it would change anything (no difference).
DIFFICULTY | hard |
---|---|
ENFORCE_WHITELIST | false |
EULA | TRUE |
FORGE_VERSION | latest |
GID | 1000 |
JAVA_HOME | /opt/java/openjdk |
JAVA_VERSION | jdk-17.0.8+7 |
JVM_XX_OPTS | -Xms6G -Xmx10G -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:InitiatingHeapOccupancyPercent=15 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 |
LANG | en_US.UTF-8 |
LANGUAGE | en_US:en |
LC_ALL | en_US.UTF-8 |
MAX_MEMORY | 14G |
MAX_PLAYERS | 4 |
MOTD | Minecraft ATM 8 |
OVERRIDE_SERVER_PROPERTIES | TRUE |
PATH | /opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin |
SPAWN_PROTECTION | 0 |
TYPE | FORGE |
UID | 1000 |
VERSION | 1.19.2 |