Google has released multi-level LRU patches for Linux
Google has released patches with improved implementation of the LRU mechanism for LinuxLRU (Least Recently User) is a mechanism for discarding or swapping out unused memory pages. Google believes the current implementation of this page-swapping mechanism places excessive CPU load and often makes poor decisions about which pages to swap out. In experiments, […]
