diff options
| author | Joey Hess <joey@kitenet.net> | 2014-06-01 13:40:06 -0400 |
|---|---|---|
| committer | Joey Hess <joey@kitenet.net> | 2014-06-01 13:40:06 -0400 |
| commit | 3df3fd1746c2721d6b1dc08bb1422422abf07f6f (patch) | |
| tree | a9407922d63c79ce6b89b8a8d45b88291ccb1a48 /src | |
| parent | c224625734fb4b6ae11f6fdd897ed83fc7f7bab5 (diff) | |
propellor spin
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Docker.hs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Propellor/Property/Docker.hs b/src/Propellor/Property/Docker.hs index adaea548..fa3e2344 100644 --- a/src/Propellor/Property/Docker.hs +++ b/src/Propellor/Property/Docker.hs @@ -244,6 +244,9 @@ memory :: String -> Property memory = runProp "memory" -- | CPU shares (relative weight). +-- +-- By default, all containers run at the same priority, but you can tell +-- the kernel to give more CPU time to a container using this property. cpuShares :: Int -> Property cpuShares = runProp "cpu-shares" . show |
