-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
Mostly a question here, as it's somewhat confusing (also see opencontainers/runtime-spec#1093)
Commit 2d38476 (#2840) removed support for kernel-memory limits.
The PR referred to torvalds/linux@0158115f702b, which deprecated memory.kmem.limit_in_bytes
in kernel 5.4, but the PR also removed support for memory.kmem.tcp.limit_in_bytes
.
Looking at the Linux kernel, there's no mention (yet) of this option being deprecated as well (but it could be an oversight); https://github.com/torvalds/linux/blob/fdebeae0d75d03dc54eb68cb09bd6604a590b502/Documentation/admin-guide/cgroup-v1/memory.rst
I'm curious if memory.kmem.tcp.limit_in_bytes
should also be considered deprecated in the kernel and, if not, if that option should be re-enabled.
Metadata
Metadata
Assignees
Labels
No labels