svc_lmoiseichuk@xxxxxxxxxxxxx writes:
From: Leonid Moiseichuk <lmoiseichuk@xxxxxxxxxxxxx> Populating memcg vmpressure controls with legacy defaults: - memory.pressure_window (512 or SWAP_CLUSTER_MAX * 16) - memory.pressure_level_critical_prio (3) - memory.pressure_level_medium (60) - memory.pressure_level_critical (95) Signed-off-by: Leonid Moiseichuk <lmoiseichuk@xxxxxxxxxxxxx>
I'm against this even in the abstract, cgroup v1 is deprecated and its interface frozen, and vmpressure is pretty much already supplanted by PSI, which actually works (whereas vmpressure often doesn't since it mostly ends up just measuring reclaim efficiency, rather than actual memory pressure).
Without an extremely compelling reason to expose these, this just muddles the situation.