On 10/07/2013 06:28 AM, Mel Gorman wrote: > PTE scanning and NUMA hinting fault handling is expensive so commit > 5bca2303 ("mm: sched: numa: Delay PTE scanning until a task is scheduled > on a new node") deferred the PTE scan until a task had been scheduled on > another node. The problem is that in the purely shared memory case that > this may never happen and no NUMA hinting fault information will be > captured. We are not ruling out the possibility that something better > can be done here but for now, this patch needs to be reverted and depend > entirely on the scan_delay to avoid punishing short-lived processes. > > Signed-off-by: Mel Gorman <mgor...@suse.de>
Reviewed-by: Rik van Riel <r...@redhat.com> -- All rights reversed -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/