valheim-server-docker icon indicating copy to clipboard operation
valheim-server-docker copied to clipboard

RAM usage

Open fuse1985 opened this issue 2 years ago • 2 comments

the service started with around 3.9GB RAM and going higher and higher, even without logged in players. Valheim moderators on the official discord told me that their servers running with less RAM, so it is most likely due to the docker-image here? :(

I restarted the service ~1 hour ago and thats the actual RAM usage without logged in players.

mem

Would be awesome if this could be fixed.

Our settings:

BEPINEX=true
STEAMCMD_ARGS=-beta none
UPDATE_IF_IDLE=true
BACKUPS_CRON=0 3 * * *
BACKUPS_MAX_AGE=3
SERVER_ARGS=-backups 0 -saveinterval 1200

fuse1985 avatar Jan 31 '23 09:01 fuse1985

Is this screenshot taken from inside the docker container or from the Host itself?

Please show the output of the following commands: free -m

docker stats

ps aux --sort -rss

TheHades avatar Feb 09 '23 21:02 TheHades

from the host itself. Its starting with nearly 0 RAM usage but since I start the valheim service its going up that way. It seems a little bit better since the last Valheim Update but its still at ~6 GB RAM usage. Its the only reason we booked this hetzner server.

fuse1985 avatar Feb 11 '23 19:02 fuse1985