Re: [PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd

2013-05-16 Thread Kamezawa Hiroyuki
(2013/05/13 17:12), Mel Gorman wrote: > Simplistically, the anon and file LRU lists are scanned proportionally > depending on the value of vm.swappiness although there are other factors > taken into account by get_scan_count(). The patch "mm: vmscan: Limit > the number of pages kswapd reclaims" li

Re: [PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd

2013-05-14 Thread Michal Hocko
On Mon 13-05-13 09:12:33, Mel Gorman wrote: > Simplistically, the anon and file LRU lists are scanned proportionally > depending on the value of vm.swappiness although there are other factors > taken into account by get_scan_count(). The patch "mm: vmscan: Limit > the number of pages kswapd reclai

[PATCH 2/9] mm: vmscan: Obey proportional scanning requirements for kswapd

2013-05-13 Thread Mel Gorman
Simplistically, the anon and file LRU lists are scanned proportionally depending on the value of vm.swappiness although there are other factors taken into account by get_scan_count(). The patch "mm: vmscan: Limit the number of pages kswapd reclaims" limits the number of pages kswapd reclaims but i