lloesche / valheim-server-docker

Valheim dedicated gameserver with automatic update, World backup, BepInEx and ValheimPlus mod support
https://hub.docker.com/r/lloesche/valheim-server
Apache License 2.0
1.94k stars 272 forks source link

Mention CPU and RAM requirements in README #123

Closed schildbach closed 3 years ago

schildbach commented 3 years ago

I take it this docker image needs signifcantly more resources than a basic image like nginx or bind. But what are the requirements?

Xav-Pe commented 3 years ago

I think it also depends of the speed. My server has a 8259U as CPU, and valheim-server uses a constant 60% of one core without any player on it.

2GB is also too short, mine us using 2.1GB (again without any player), and you need spare memory for system.

My volume (/var/lib/docker/volumes/valheim-data) is actually 4GB. I think the /dl is not used anymore :

    1,0 GiB [##########] /dl
    1,0 GiB [######### ] /plus
    1,0 GiB [######### ] /server
  905,1 MiB [########  ] /valheim_server_Data

So atleast i should be

lloesche commented 3 years ago

Thank you for the recommendation. Will add them.