From 3724d7ba24b7b49bd3bbf68a0c70bcacb325af7c Mon Sep 17 00:00:00 2001 From: bageshwar <2353296+bageshwar@users.noreply.github.com> Date: Sat, 14 Oct 2023 09:00:48 +0530 Subject: [PATCH] Update README.md Adding memory system requirements --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 93c9c96..7fab7a4 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,10 @@ $ docker run -d --net=host -v $(pwd)/cs2-data:/home/steam/cs2-dedicated/ --name= **The container will automatically update the game on startup, so if there is a game update just restart the container.** # Configuration + +## System Requirements +Please note that you need approximately 1.5g of free RAM. If this is not available, container will crash with err 137. + ## Environment Variables Feel free to overwrite these environment variables, using -e (--env):