|
@@ -405,8 +405,8 @@ Json Parameters:
|
|
- **CpuQuota** - Microseconds of CPU time that the container can get in a CPU period.
|
|
- **CpuQuota** - Microseconds of CPU time that the container can get in a CPU period.
|
|
- **CpusetCpus** - String value containing the `cgroups CpusetCpus` to use.
|
|
- **CpusetCpus** - String value containing the `cgroups CpusetCpus` to use.
|
|
- **CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
|
|
- **CpusetMems** - Memory nodes (MEMs) in which to allow execution (0-3, 0,1). Only effective on NUMA systems.
|
|
- - **MaximumIOps** - Maximum IO absolute rate in terms of IOps. MaximumIOps and MaximumIOBps are mutually exclusive settings.
|
|
|
|
- - **MaximumIOBps** - Maximum IO absolute rate in terms of bytes per second. MaximumIOps and MaximumIOBps are mutually exclusive settings.
|
|
|
|
|
|
+ - **MaximumIOps** - Maximum IO absolute rate in terms of IOps.
|
|
|
|
+ - **MaximumIOBps** - Maximum IO absolute rate in terms of bytes per second.
|
|
- **BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
|
|
- **BlkioWeight** - Block IO weight (relative weight) accepts a weight value between 10 and 1000.
|
|
- **BlkioWeightDevice** - Block IO weight (relative device weight) in the form of: `"BlkioWeightDevice": [{"Path": "device_path", "Weight": weight}]`
|
|
- **BlkioWeightDevice** - Block IO weight (relative device weight) in the form of: `"BlkioWeightDevice": [{"Path": "device_path", "Weight": weight}]`
|
|
- **BlkioDeviceReadBps** - Limit read rate (bytes per second) from a device in the form of: `"BlkioDeviceReadBps": [{"Path": "device_path", "Rate": rate}]`, for example:
|
|
- **BlkioDeviceReadBps** - Limit read rate (bytes per second) from a device in the form of: `"BlkioDeviceReadBps": [{"Path": "device_path", "Rate": rate}]`, for example:
|