Didstopia / rust-server

Provides a dedicated linux server for Rust (the game) running inside a Docker container.
MIT License
243 stars 105 forks source link

Server crashes for unknown reasons #113

Open ItsSurface opened 1 year ago

ItsSurface commented 1 year ago

Describe the bug Rust server crashes, usually during asset warm up. Exit code 137, OOMKilled is false.

To Reproduce Steps to reproduce the behavior:

  1. Copy docker-compose.yml
  2. 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):

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.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.