From: Mel Gorman Date: Mon, 19 Nov 2012 10:59:15 +0000 (+0000) Subject: mm: numa: Rate limit setting of pte_numa if node is saturated X-Git-Tag: v3.8-rc1~92^2~15 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e14808b49f55e0e1135da5e4a154a540dd9f3662;p=pandora-kernel.git mm: numa: Rate limit setting of pte_numa if node is saturated If there are a large number of NUMA hinting faults and all of them are resulting in migrations it may indicate that memory is just bouncing uselessly around. NUMA balancing cost is likely exceeding any benefit from locality. Rate limit the PTE updates if the node is migration rate-limited. As noted in the comments, this distorts the NUMA faulting statistics. Signed-off-by: Mel Gorman --- Reading git-diff-tree failed