Willy's memory-management to-do list
Willy's memory-management to-do list
Posted May 4, 2018 13:33 UTC (Fri) by excors (subscriber, #95769)Parent article: Willy's memory-management to-do list
> it simply kills any process that has tried to map the same page more than 5,000 times
Does that potentially interact with KSM, or VMs that merge identical pages in other ways? It seems plausible for a process to have 5000 identical pages (e.g. 20MB of zeroes), and something might want to merge them into a single physical page to save RAM.