mirror of
https://github.com/bashclub/zamba-lxc-toolbox.git
synced 2024-11-07 19:31:58 +01:00
Fix LXC_MEM in documentation
This commit is contained in:
parent
19da148310
commit
395e0b71fa
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user