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