mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add MemorySwappiness comment back.
Signed-off-by: David Calavera <david.calavera@gmail.com>
This commit is contained in:
parent
de50082000
commit
f41f62b6cc
1 changed files with 13 additions and 13 deletions
|
@ -272,7 +272,7 @@ type HostConfig struct {
|
|||
CPUQuota int64 `json:"CpuQuota"` // CPU CFS (Completely Fair Scheduler) quota
|
||||
BlkioWeight int64 // Block IO weight (relative weight vs. other containers)
|
||||
OomKillDisable bool // Whether to disable OOM Killer or not
|
||||
MemorySwappiness *int64
|
||||
MemorySwappiness *int64 // Tuning container memory swappiness behaviour
|
||||
Privileged bool // Is the container in privileged mode
|
||||
PortBindings nat.PortMap // Port mapping between the exposed port (container) and the host
|
||||
Links []string // List of links (in the name:alias form)
|
||||
|
|
Loading…
Reference in a new issue