We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d363b3 commit b8dbce9Copy full SHA for b8dbce9
specs-go/config.go
@@ -330,8 +330,8 @@ type LinuxCPU struct {
330
Cpus string `json:"cpus,omitempty"`
331
// List of memory nodes in the cpuset. Default is to use any available memory node.
332
Mems string `json:"mems,omitempty"`
333
- // cgroups are configured with minimum weight, 0: default behavior, 1: SCHED_IDLE. Default 0
334
- Idle *int64 `json:"idle,omitempty"`
+ // cgroups are configured with minimum weight, 0: default behavior, 1: SCHED_IDLE.
+ Idle int64 `json:"idle"`
335
}
336
337
// LinuxPids for Linux cgroup 'pids' resource management (Linux 4.3)
0 commit comments