diff options
author | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-10-25 13:55:13 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@open-infrastructure.net> | 2016-11-06 08:33:46 +0000 |
commit | 1047607cbab4010ceb864c788083de82b5d8916a (patch) | |
tree | b9b479dfc9b131087f83570b2cbb8771836142a8 /share/config/container.conf.in | |
parent | Readding -f|--force option in container stop command. (diff) | |
download | compute-tools-1047607cbab4010ceb864c788083de82b5d8916a.tar.xz compute-tools-1047607cbab4010ceb864c788083de82b5d8916a.zip |
Readding container limit command.
Signed-off-by: Daniel Baumann <daniel.baumann@open-infrastructure.net>
Diffstat (limited to '')
-rw-r--r-- | share/config/container.conf.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/share/config/container.conf.in b/share/config/container.conf.in index c3268d5..b5678c0 100644 --- a/share/config/container.conf.in +++ b/share/config/container.conf.in @@ -14,3 +14,13 @@ machine=@MACHINE@ network-veth-extra=@NETWORK_VETH_EXTRA@ private-users=@PRIVATE_USERS@ register=@REGISTER@ + +[limit] +BlockIODeviceWeight= +BlockIOReadBandwidth= +BlockIOWeight= +BlockIOWriteBandwidth= +CPUQuota= +CPUShares= +MemoryLimit= +TasksMax= |