Re: [RFC v2 0/3] mm/mglru: proactive aging via memory.aging
Johannes Weiner <[email protected]>
| Newsgroups | org.kernel.vger.cgroups,org.kernel.vger.linux-doc,org.kernel.vger.linux-kernel,org.kvack.linux-mm |
|---|---|
| Message-ID | <[email protected]> |
On Tue, Jul 14, 2026 at 08:15:26PM +0800, Zicheng Wang wrote: > MGLRU inverts the reclaim order when anonymous memory is faulted in > bulk: anonymous pages sit in the young generations while file pages > sit in the oldest two, so reclaim evicts hot file pages before cold > anonymous pages. An aging inversion in the reclaim algorithm seems like an exceedingly poor justification for a userspace interface to work around them.