mirror of
				https://github.com/bashclub/zamba-lxc-toolbox.git
				synced 2025-11-04 00:02:26 +01:00 
			
		
		
		
	Fix LXC_MEM in documentation
This commit is contained in:
		@@ -40,13 +40,14 @@ LXC_SHAREFS_MOUNTPOINT="tank"
 | 
				
			|||||||
```
 | 
					```
 | 
				
			||||||
### LXC_MEM
 | 
					### LXC_MEM
 | 
				
			||||||
Defines the amount of RAM in MB your LXC container is allowed to use (default: 1024)
 | 
					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
 | 
					```bash
 | 
				
			||||||
LXC_MEM="1024"
 | 
					LXC_MEM=1024
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
### LXC_SWAP
 | 
					### LXC_SWAP
 | 
				
			||||||
Defines the amount of swap space in MB your LXC container is allowed to use (default: 1024)
 | 
					Defines the amount of swap space in MB your LXC container is allowed to use (default: 1024)
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
LXC_SWAP="1024"
 | 
					LXC_SWAP=1024
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
### LXC_HOSTNAME
 | 
					### LXC_HOSTNAME
 | 
				
			||||||
Defines the hostname of your LXC container (Default: Name of installed Service)
 | 
					Defines the hostname of your LXC container (Default: Name of installed Service)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user