Hacker News new | ask | show | jobs
by yc12340 1680 days ago
This sounds like it would cause LRU caches to lose their LRU properties...
1 comments

It doesn't need to reserve a specific page during allocation, just ensure that the number of reserved pages is smaller than the total amount of pages. I would expect at least read only caches to mostly behave like they currently do on a system with over commit enabled.