#server crush

10 messages · Page 1 of 1 (latest)

livid panther
#

I run the file unpacker from CurseForge and get the files. I copy these files to my hosting via Filezilla. However, the server does not start.

dusty sierra
#

what makes you think it is not starting

livid panther
#

The server does not respond and does not try to generate a map after starting for more than 15 minutes. Nothing changes in the console itself.

#

The console stops at this point and nothing else happens.

dusty sierra
#

how much memory does your server have? how much are you allocating to java heap? how are you launching the server?

waxen loom
dusty sierra
#

given that it seems like its freezing during mod loading, and the path to the files is /server/, i expect its the oom condition on a containerized server, which causes the container to stop responding until memory usage drops (which wont happen) leading to infinite frozen state.

if the oom killer was enabled on this container, it would be killed automatically at that point and enter a failed state.