Update hostconfig.md

Signed-off-by: Dustin Falgout <dustin@falgout.us>
This commit is contained in:
Dustin Falgout 2015-11-09 02:39:47 -06:00
parent 01353c11ca
commit 64fc383f2c
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ for example:
consume. (e.g. `'1G'`)
* memswap_limit (str or int): Maximum amount of memory + swap a container is
allowed to consume.
* mem_swappiness (str or int): Tune a container's memory swappiness behavior.
* mem_swappiness (int): Tune a container's memory swappiness behavior.
Accepts number between 0 and 100.
* group_add (list): List of additional group names and/or IDs that the
container process will run as.