18 ms·
This sounds like it would cause LRU caches to lose their LRU properties...
by yc12340 5y ago
This sounds like it would cause LRU caches to lose their LRU properties...
- josefx 5y agoIt 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.