diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2020-03-11 16:18:13 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-11 16:18:13 -0400 |
commit | 9cfcf5692bfb2d6236dff3291e794496f28353a1 (patch) | |
tree | cce30361b885ad6a44e655e6f6a3d24ba1ea06d3 /docs/source/markdown/podman-create.1.md | |
parent | 9bc27118b52442f941666b48eb07102a541ada16 (diff) | |
parent | 3d1bff6db98ca5af0fad3f4effc379fcccc8664d (diff) | |
download | podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.gz podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.tar.bz2 podman-9cfcf5692bfb2d6236dff3291e794496f28353a1.zip |
Merge pull request #5460 from edsantiago/man_page_xref
man page cross-reference fixes: part 2
Diffstat (limited to 'docs/source/markdown/podman-create.1.md')
-rw-r--r-- | docs/source/markdown/podman-create.1.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/source/markdown/podman-create.1.md b/docs/source/markdown/podman-create.1.md index af66d7911..aa2456836 100644 --- a/docs/source/markdown/podman-create.1.md +++ b/docs/source/markdown/podman-create.1.md @@ -94,14 +94,6 @@ Write the container ID to the file Write the pid of the `conmon` process to a file. `conmon` runs in a separate process than Podman, so this is necessary when using systemd to restart Podman containers. -**--cpu-count**=*limit* - -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**=*limit* Limit the CPU CFS (Completely Fair Scheduler) period |