mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Minor docs touch-ups for KernelMemoryTCP support
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
parent
d3e75e4220
commit
bb7de1f7cb
2 changed files with 3 additions and 2 deletions
|
@ -429,8 +429,9 @@ definitions:
|
||||||
description: "Kernel memory limit in bytes."
|
description: "Kernel memory limit in bytes."
|
||||||
type: "integer"
|
type: "integer"
|
||||||
format: "int64"
|
format: "int64"
|
||||||
|
example: 209715200
|
||||||
KernelMemoryTCP:
|
KernelMemoryTCP:
|
||||||
description: "Sets hard limit for kernel TCP buffer memory."
|
description: "Hard limit for kernel TCP buffer memory (in bytes)."
|
||||||
type: "integer"
|
type: "integer"
|
||||||
format: "int64"
|
format: "int64"
|
||||||
MemoryReservation:
|
MemoryReservation:
|
||||||
|
|
|
@ -329,7 +329,7 @@ type Resources struct {
|
||||||
DeviceCgroupRules []string // List of rule to be added to the device cgroup
|
DeviceCgroupRules []string // List of rule to be added to the device cgroup
|
||||||
DiskQuota int64 // Disk limit (in bytes)
|
DiskQuota int64 // Disk limit (in bytes)
|
||||||
KernelMemory int64 // Kernel memory limit (in bytes)
|
KernelMemory int64 // Kernel memory limit (in bytes)
|
||||||
KernelMemoryTCP int64 // Sets hard limit for kernel TCP buffer memory
|
KernelMemoryTCP int64 // Hard limit for kernel TCP buffer memory (in bytes)
|
||||||
MemoryReservation int64 // Memory soft limit (in bytes)
|
MemoryReservation int64 // Memory soft limit (in bytes)
|
||||||
MemorySwap int64 // Total memory usage (memory + swap); set `-1` to enable unlimited swap
|
MemorySwap int64 // Total memory usage (memory + swap); set `-1` to enable unlimited swap
|
||||||
MemorySwappiness *int64 // Tuning container memory swappiness behaviour
|
MemorySwappiness *int64 // Tuning container memory swappiness behaviour
|
||||||
|
|
Loading…
Add table
Reference in a new issue