* Re: [PATCH 01/16] mm: Disablezone_eclaim_mode by default
@ 2014-04-19 11:15 Mel Gorman
0 siblings, 0 replies; only message in thread
From: Mel Gorman @ 2014-04-19 11:15 UTC (permalink / raw)
To: Andi Kleen; +Cc: Linux-MM, Linux-FSDevel
On Fri, Apr 18, 2014 at 10:26:28AM -0700, Andi Kleen wrote:
> Mel Gorman <mgorman@suse.de> writes:
>
> > zone_reclaim_mode causes processes to prefer reclaiming memory from local
> > node instead of spilling over to other nodes. This made sense initially when
> > NUMA machines were almost exclusively HPC and the workload was partitioned
> > into nodes. The NUMA penalties were sufficiently high to justify reclaiming
> > the memory. On current machines and workloads it is often the case that
> > zone_reclaim_mode destroys performance but not all users know how to detect
> > this.
>
> Non local memory also often destroys performance.
>
True, but if they are sophisticated enough to detect it, they should
also know about the tunable.
> > Favour the common case and disable it by default. Users that are
> > sophisticated enough to know they need zone_reclaim_mode will detect it.
>
> While I'm not totally against this change, it will destroy many
> carefully tuned configurations as the default NUMA behavior may be completely
> different now. So it seems like a big hammer, and it's not even clear
> what problem you're exactly solving here.
>
It's a sysctl entry for them to add.
The problem is that many users do not know or cannot detect why page
reclaim is happening early. They do not have the people on staff to
detect it where as the NUMA people appear to generally do. I see bugs
semi-regularly on the problem albeit generally against the distribution
rather than upstream.
--
Mel Gorman
SUSE Labs
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-04-19 11:16 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-19 11:15 [PATCH 01/16] mm: Disablezone_eclaim_mode by default Mel Gorman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).