Skip to content

Commit 74da108

Browse files
committed
config-linux.md: Reword kernelTCP docs and mention bytes
Avoid the dangling 'using' from e9a6d94 (cgroup: Add support for memory.kmem.tcp.limit_in_bytes, 2015-10-26, opencontainers#235). I've tried to echo the kernel docs by mentioning buffer memory [1]. I'd personally prefer linking to the kernel docs and mentioning memory.kmem.tcp.limit_in_bytes, but that seemed like too big of a break from the existing style for this commit. [1]: https://kernel.org/doc/Documentation/cgroup-v1/memory.txt Signed-off-by: W. Trevor King <[email protected]>
1 parent c337cd2 commit 74da108

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The following parameters can be specified to setup the controller:
259259

260260
* **`kernel`** *(uint64, optional)* - sets hard limit for kernel memory
261261

262-
* **`kernelTCP`** *(uint64, optional)* - sets hard limit for kernel memory in tcp using
262+
* **`kernelTCP`** *(uint64, optional)* - sets hard limit in bytes for kernel TCP buffer memory
263263

264264
* **`swappiness`** *(uint64, optional)* - sets swappiness parameter of vmscan (See sysctl's vm.swappiness)
265265

0 commit comments

Comments
 (0)