Mel Gorman <[email protected]> writes: > + > + /* > + * For direct reclaim, reclaim the number of pages requested. Less > + * care is taken to ensure that scanning for each LRU is properly > + * proportional. This is unfortunate and is improper aging but > + * minimises the amount of time a process is stalled. > + */ > + if (!current_is_kswapd()) { > + if (nr_reclaimed >= nr_to_reclaim) { > + for_each_evictable_lru(l)
Don't we need some NUMA awareness here? Similar below. -Andi -- [email protected] -- Speaking for myself only -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

