|
@@ -270,6 +270,11 @@ When oom event notifier is registered, event will be delivered.
|
|
|
|
|
|
2.7 Kernel Memory Extension (CONFIG_MEMCG_KMEM)
|
|
|
|
|
|
+WARNING: Current implementation lacks reclaim support. That means allocation
|
|
|
+ attempts will fail when close to the limit even if there are plenty of
|
|
|
+ kmem available for reclaim. That makes this option unusable in real
|
|
|
+ life so DO NOT SELECT IT unless for development purposes.
|
|
|
+
|
|
|
With the Kernel memory extension, the Memory Controller is able to limit
|
|
|
the amount of kernel memory used by the system. Kernel memory is fundamentally
|
|
|
different than user memory, since it can't be swapped out, which makes it
|