Merge pull request #20924 from Microsoft/10662-CPUResourceControls
Add CPU count and maximum resource controls for Windows Upstream-commit: 172ca1ca8c4d5157789feb97a6424104b81a3479 Component: engine
This commit is contained in:
@ -23,6 +23,7 @@ parent = "smn_cli"
|
||||
--cap-drop=[] Drop Linux capabilities
|
||||
--cgroup-parent="" Optional parent cgroup for the container
|
||||
--cidfile="" Write the container ID to the file
|
||||
--cpu-percent=0 Limit percentage of CPU available for execution by the container. Windows daemon only.
|
||||
--cpu-period=0 Limit CPU CFS (Completely Fair Scheduler) period
|
||||
--cpu-quota=0 Limit CPU CFS (Completely Fair Scheduler) quota
|
||||
--cpuset-cpus="" CPUs in which to allow execution (0-3, 0,1)
|
||||
|
||||
Reference in New Issue
Block a user