Does it actually work?
Does it actually work?
Posted Apr 10, 2025 13:32 UTC (Thu) by intelfx (subscriber, #130118)In reply to: Does it actually work? by khim
Parent article: Three ways to rework the swap subsystem
It may or may not be a goal for the overall memory management strategy; limiting thrashing to some parts of the system should be somewhat doable with suitable application of cgroups or perhaps other, more auto-magic technologies (like aforementioned MGLRU working set protection). But ultimately, all that does is constrain unusability to those parts of the system that *are* thrashing (and likely degrade the overall throughput). Making *those* parts of the system usable is still a non-goal because it is fundamentally unachievable.
