Closed ukmcplyr closed 2 years ago
This might be more of a user error than a bug, unsure...
Been trying to reproduce this to get more detailed logs when I got the following OOM error on the console:
[21:18:30] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 9635ms or 192 ticks behind
[unrelated inventorysorter log spam...]
Exception: java.lang.OutOfMemoryError thrown from the UncaughtExceptionHandler in thread "Thread-0"
[21:20:08] [Worker-Main-4/ERROR] [minecraft/StructureManager]: Couldn't load structure terralith:spire: java.lang.OutOfMemoryError: Java heap space
[21:20:08] [Server Watchdog/ERROR] [minecraft/DedicatedServer]: Caught previously unhandled exception :
[21:20:08] [Server Watchdog/ERROR] [minecraft/DedicatedServer]: Server Watchdog
java.lang.OutOfMemoryError: Java heap space
[21:20:08] [Server thread/INFO] [minecraft/ServerGamePacketListenerImpl]: ukmcplyr lost connection: Internal Exception: java.lang.OutOfMemoryError: Java heap space
[21:20:08] [Server thread/INFO] [minecraft/DedicatedServer]: ukmcplyr left the game
[21:20:17] [Server thread/WARN] [minecraft/MinecraftServer]: Can't keep up! Is the server overloaded? Running 92291ms or 1845 ticks behind
Turns out I'd lost my more sensible -Xms/mx options in user_jvm_args.txt when upgrading from 1.0.0 to 1.1.0. Now, while running with -Xms/Mx set to 4 and 6G, respectively, I can no longer reproduce this crash.
Yeah, this wasn't a crash because of the mod in question, this was a server misconfiguration, easily done, glad you've got it fixed
Modpack
FTB Direwolf20 1.18
Modpack version
1.1.0
Log Files
Crash log: https://pste.ch/efapejoloy.pl
Describe the bug
On breaking the the JAMD portal block while in the mining dimension (because OCDs prefer said block in the flooor, ahem), the hang-check timer kicked in and killed the server. Nothing of note in latest.log/debug.log. Crash report attached.
This is on a multiplayer server btw.
Steps to reproduce
Expected behaviour
No crash
Screenshots
No response
Additional information
No response