From bd299d2555ebbbaca19598df74bff972ad7e2723 Mon Sep 17 00:00:00 2001 From: Darren Stahl Date: Wed, 24 Feb 2016 17:51:46 -0800 Subject: [PATCH] Add IO Resource Controls for Windows Signed-off-by: Darren Stahl --- docs/reference/commandline/run.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/reference/commandline/run.md b/docs/reference/commandline/run.md index c4392d0f05..530b1bfb14 100644 --- a/docs/reference/commandline/run.md +++ b/docs/reference/commandline/run.md @@ -59,6 +59,15 @@ parent = "smn_cli" --log-opt=[] Log driver specific options -m, --memory="" Memory limit --mac-address="" Container MAC address (e.g. 92:d0:c6:0a:29:33) + --io-maxbandwidth="" Maximum IO bandwidth limit for the system drive + (Windows only). The format is ``. + Unit is optional and can be `b` (bytes per second), + `k` (kilobytes per second), `m` (megabytes per second), + or `g` (gigabytes per second). If you omit the unit, + the system uses bytes per second. + --io-maxbandwidth and --io-maxiops are mutually exclusive options. + --io-maxiops=0 Maximum IO per second limit for the system drive (Windows only). + --io-maxbandwidth and --io-maxiops are mutually exclusive options. --memory-reservation="" Memory soft limit --memory-swap="" A positive integer equal to memory plus swap. Specify -1 to enable unlimited swap. --memory-swappiness="" Tune a container's memory swappiness behavior. Accepts an integer between 0 and 100.