From 395e0b71fa535df3faed99d95a963e8572e31c5f Mon Sep 17 00:00:00 2001 From: thorstenspille Date: Fri, 10 Feb 2023 18:10:52 +0100 Subject: [PATCH] Fix LXC_MEM in documentation --- conf/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/README.md b/conf/README.md index 00268c7..962b381 100644 --- a/conf/README.md +++ b/conf/README.md @@ -40,13 +40,14 @@ LXC_SHAREFS_MOUNTPOINT="tank" ``` ### LXC_MEM Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024) +If a service needs more minimum memory, LXC_MEM will be overwritten. ```bash -LXC_MEM="1024" +LXC_MEM=1024 ``` ### LXC_SWAP Defines the amount of swap space in MB your LXC container is allowed to use (default: 1024) ```bash -LXC_SWAP="1024" +LXC_SWAP=1024 ``` ### LXC_HOSTNAME Defines the hostname of your LXC container (Default: Name of installed Service)