linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Disable zone_reclaim_mode by default v2
@ 2014-04-08  8:22 Mel Gorman
  2014-04-08  8:22 ` [PATCH 1/2] mm: Disable zone_reclaim_mode by default Mel Gorman
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Mel Gorman @ 2014-04-08  8:22 UTC (permalink / raw)
  To: Andrew Morton
  Cc: Robert Haas, Josh Berkus, Andres Freund, Christoph Lameter,
	Linux-MM, LKML, Mel Gorman

Changelog since v1
 o topology comment updates

When it was introduced, zone_reclaim_mode made sense as NUMA distances
punished and workloads were generally partitioned to fit into a NUMA
node. NUMA machines are now common but few of the workloads are NUMA-aware
and it's routine to see major performance due to zone_reclaim_mode being
enabled but relatively few can identify the problem.

Those that require zone_reclaim_mode are likely to be able to detect when
it needs to be enabled and tune appropriately so lets have a sensible
default for the bulk of users.

 Documentation/sysctl/vm.txt         | 17 +++++++++--------
 arch/ia64/include/asm/topology.h    |  3 ++-
 arch/powerpc/include/asm/topology.h |  8 ++------
 include/linux/mmzone.h              |  1 -
 include/linux/topology.h            |  3 ++-
 mm/page_alloc.c                     | 17 +----------------
 6 files changed, 16 insertions(+), 33 deletions(-)

-- 
1.8.4.5

--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org.  For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2014-04-20 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-08  8:22 [PATCH 0/2] Disable zone_reclaim_mode by default v2 Mel Gorman
2014-04-08  8:22 ` [PATCH 1/2] mm: Disable zone_reclaim_mode by default Mel Gorman
2014-04-08  8:23 ` [PATCH 2/2] mm: page_alloc: Do not cache reclaim distances Mel Gorman
2014-04-18 20:05 ` [PATCH 0/2] Disable zone_reclaim_mode by default v2 Andrew Morton
2014-04-18 20:48   ` John Stoffel
2014-04-20 20:59     ` Mel Gorman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox