Re: [PATCH v2] mm: Add configuration to control whether vmpressure notifier is enabled
From: Shakeel Butt <hidden>
Date: 2021-08-20 11:42:23
Also in:
linux-doc, linux-mm, lkml
From: Shakeel Butt <hidden>
Date: 2021-08-20 11:42:23
Also in:
linux-doc, linux-mm, lkml
On Thu, Aug 19, 2021 at 4:54 PM [off-list ref] wrote:
From: wangyong <redacted> Inspired by PSI features, vmpressure inotifier function should also be configured to decide whether it is used, because it is an independent feature which notifies the user of memory pressure.
It is also used by the networking stack to check memory pressure. See mem_cgroup_under_socket_pressure().