Describe the bug
Rust server crashes, usually during asset warm up. Exit code 137, OOMKilled is false.
To Reproduce
Steps to reproduce the behavior:
- Copy docker-compose.yml
- Run "docker compose up"
Expected behavior
Rust server attempts to start, then crashes without any error or exit message shown in logs.
Screenshots
container-logs.txt
Environment (please complete the following information):
- OS: Fedora Linux 37 (Server Edition)
- Docker: 23.0.1
Additional context
I've attempted to fix this issue multiple times but have had no luck so far. Apparently the docker exit code 137 is related to memory issues but I've checked to see if it runs out of memory and it doesn't seem to do so. I've never gotten it to start up on this machine.
Describe the bug
Rust server crashes, usually during asset warm up. Exit code 137, OOMKilled is false.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Rust server attempts to start, then crashes without any error or exit message shown in logs.
Screenshots
container-logs.txt
Environment (please complete the following information):
Additional context
I've attempted to fix this issue multiple times but have had no luck so far. Apparently the docker exit code 137 is related to memory issues but I've checked to see if it runs out of memory and it doesn't seem to do so. I've never gotten it to start up on this machine.