Re: [PATCH v7 03/10] memcg: enable accounting for file lock caches
From: Shakeel Butt <hidden>
Date: 2021-07-27 21:41:39
Also in:
linux-fsdevel, lkml
From: Shakeel Butt <hidden>
Date: 2021-07-27 21:41:39
Also in:
linux-fsdevel, lkml
On Mon, Jul 26, 2021 at 10:33 PM Vasily Averin [off-list ref] wrote:
User can create file locks for each open file and force kernel to allocate small but long-living objects per each open file. It makes sense to account for these objects to limit the host's memory consumption from inside the memcg-limited container. Signed-off-by: Vasily Averin <redacted>
Reviewed-by: Shakeel Butt <redacted>