diff options
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 9d3585bb2a7a..4a1822a1a680 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -996,6 +996,12 @@ config MEMCG_KMEM | |||
996 | the kmem extension can use it to guarantee that no group of processes | 996 | the kmem extension can use it to guarantee that no group of processes |
997 | will ever exhaust kernel resources alone. | 997 | will ever exhaust kernel resources alone. |
998 | 998 | ||
999 | WARNING: Current implementation lacks reclaim support. That means | ||
1000 | allocation attempts will fail when close to the limit even if there | ||
1001 | are plenty of kmem available for reclaim. That makes this option | ||
1002 | unusable in real life so DO NOT SELECT IT unless for development | ||
1003 | purposes. | ||
1004 | |||
999 | config CGROUP_HUGETLB | 1005 | config CGROUP_HUGETLB |
1000 | bool "HugeTLB Resource Controller for Control Groups" | 1006 | bool "HugeTLB Resource Controller for Control Groups" |
1001 | depends on RESOURCE_COUNTERS && HUGETLB_PAGE | 1007 | depends on RESOURCE_COUNTERS && HUGETLB_PAGE |