Re: [PATCH] docs/vm: clarify overcommit amount sysctl behavior
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-12-16 22:53:39
Also in:
linux-mm, lkml
From: Jonathan Corbet <corbet@lwn.net>
Date: 2021-12-16 22:53:39
Also in:
linux-mm, lkml
David Hildenbrand [off-list ref] writes:
On 11.12.21 23:21, Matthew Wilcox wrote:quoted
On Sat, Dec 11, 2021 at 09:41:59PM +0200, Anssi Hannula wrote:quoted
Documentation/vm/overcommit-accounting.rst says that the overcommit amount can be set via vm.overcommit_ratio and vm.overcommit_kbytes. Add a clarification that those only take effect in overcommit handling mode 2 ("Don't overcommit"), i.e. they do not act as an "additional" limit that is always enforced. Signed-off-by: Anssi Hannula <redacted> ---Simple and clear improvement, IMO. Cc'ing linux-mm to get more eyes on it.As I had the same idea to just make this clearer in the context of advanced documentation for virtio-mem, so I approve :) Reviewed-by: David Hildenbrand <redacted>
Applied, thanks. jon