From 2bfb31ddf4b7f28a67ef94b8b318536c367a663b Mon Sep 17 00:00:00 2001 From: umohnani8 Date: Fri, 12 Jan 2018 10:19:48 -0500 Subject: Implement and test the following flags for podman run and create memory, memory-reservation, memory-swap, memory-swappiness, kernel-memory, cpu-period, cou-quota, cpu-shares, cpus, cpuset-cpus, cpuset-mems, blkio-weight, blkio-weight-device, sysctl, and ulimit Signed-off-by: umohnani8 Closes: #221 Approved by: mheon --- docs/podman-run.1.md | 7 ------- 1 file changed, 7 deletions(-) (limited to 'docs') diff --git a/docs/podman-run.1.md b/docs/podman-run.1.md index 0431478e4..416e83a97 100644 --- a/docs/podman-run.1.md +++ b/docs/podman-run.1.md @@ -56,13 +56,6 @@ each of stdin, stdout, and stderr. **--cidfile**="" Write the container ID to the file -**--cpu-count**=*0* - Limit the number of CPUs available for execution by the container. - - On Windows Server containers, this is approximated as a percentage of total CPU usage. - - On Windows Server containers, the processor resource controls are mutually exclusive, the order of precedence is CPUCount first, then CPUShares, and CPUPercent last. - **--cpu-period**=*0* Limit the CPU CFS (Completely Fair Scheduler) period -- cgit v1.2.3-54-g00ecf