diff options
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 82b6a4c675b2..a075765d5fbe 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -689,6 +689,17 @@ config CGROUP_MEM_RES_CTLR_SWAP_ENABLED | |||
689 | For those who want to have the feature enabled by default should | 689 | For those who want to have the feature enabled by default should |
690 | select this option (if, for some reason, they need to disable it | 690 | select this option (if, for some reason, they need to disable it |
691 | then swapaccount=0 does the trick). | 691 | then swapaccount=0 does the trick). |
692 | config CGROUP_MEM_RES_CTLR_KMEM | ||
693 | bool "Memory Resource Controller Kernel Memory accounting (EXPERIMENTAL)" | ||
694 | depends on CGROUP_MEM_RES_CTLR && EXPERIMENTAL | ||
695 | default n | ||
696 | help | ||
697 | The Kernel Memory extension for Memory Resource Controller can limit | ||
698 | the amount of memory used by kernel objects in the system. Those are | ||
699 | fundamentally different from the entities handled by the standard | ||
700 | Memory Controller, which are page-based, and can be swapped. Users of | ||
701 | the kmem extension can use it to guarantee that no group of processes | ||
702 | will ever exhaust kernel resources alone. | ||
692 | 703 | ||
693 | config CGROUP_PERF | 704 | config CGROUP_PERF |
694 | bool "Enable perf_event per-cpu per-container group (cgroup) monitoring" | 705 | bool "Enable perf_event per-cpu per-container group (cgroup) monitoring" |