]> www.infradead.org Git - users/jedix/linux-maple.git/commit
mm/compaction: reduce the difference between low and high watermarks
authorMichal Clapinski <mclapinski@google.com>
Fri, 4 Apr 2025 11:11:03 +0000 (13:11 +0200)
committerAndrew Morton <akpm@linux-foundation.org>
Mon, 12 May 2025 00:48:10 +0000 (17:48 -0700)
commit98c9389042f4d1e6aa73fbaf79e2e962c9497fc5
treeb80454b5866955a947603340fd58f07a1ced4c5f
parentbb317f00b9b7f59de5a2ef512a76a1ae285bd23f
mm/compaction: reduce the difference between low and high watermarks

Reduce the diff between low and high watermarks when compaction
proactiveness is set to high.  This allows users who set the proactiveness
really high to have more stable fragmentation score over time.

Link: https://lkml.kernel.org/r/20250404111103.1994507-3-mclapinski@google.com
Signed-off-by: Michal Clapinski <mclapinski@google.com>
Cc: Mel Gorman <mgorman@techsingularity.net>
Cc: Vlastimil Babka <vbabka@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Documentation/admin-guide/sysctl/vm.rst
mm/compaction.c