Re: [PATCH 3/5] mm/vmscan: Throttle reclaim when no progress is being made
From: NeilBrown <hidden>
Date: 2021-09-20 23:33:40
Also in:
linux-fsdevel, lkml
From: NeilBrown <hidden>
Date: 2021-09-20 23:33:40
Also in:
linux-fsdevel, lkml
On Mon, 20 Sep 2021, Mel Gorman wrote:
+ + reclaim_throttle(pgdat, VMSCAN_THROTTLE_NOPROGRESS, HZ/10);
We always seem to pass "HZ/10" to reclaim_throttle(). Should we just hard-code that in the one place inside reclaim_throttle() itself? NeilBrown