* [LSF/MM TOPIC] Testing Large-Memory Hardware
@ 2014-03-18 16:32 Dave Hansen
2014-03-18 16:50 ` [Lsf] " Peter Zijlstra
0 siblings, 1 reply; 3+ messages in thread
From: Dave Hansen @ 2014-03-18 16:32 UTC (permalink / raw)
To: Linux-MM, LKML, lsf, Wu Fengguang
I have a quick topic that could perhaps be addressed along with the
testing topic that Dave Jones proposed. I won't be attending, but there
will be a couple of other Intel folks there. This should be a fairly
quick thing to address.
Topic:
Fengguang Wu who runs the wonderful LKP and 0day build tests was
recently asking if I thought there was value in adding a large-memory
system, say with 1TB of RAM. LKP is the system that generates these
kinds of automated bug reports and performance tests:
http://lkml.org/lkml/2014/3/9/201
My gut reaction was that we'd probably be better served by putting
resources in to systems with higher core counts rather than lots of RAM.
I have encountered the occasional boot bug on my 1TB system, but it's
far from a frequent occurrence, and even more infrequent to encounter
things at runtime.
Would folks agree with that? What kinds of tests, benchmarks, stress
tests, etc... do folks run that are both valuable and can only be run on
a system with a large amount of actual RAM?
--
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] 3+ messages in thread
* Re: [Lsf] [LSF/MM TOPIC] Testing Large-Memory Hardware
2014-03-18 16:32 [LSF/MM TOPIC] Testing Large-Memory Hardware Dave Hansen
@ 2014-03-18 16:50 ` Peter Zijlstra
2014-03-18 17:26 ` Christoph Lameter
0 siblings, 1 reply; 3+ messages in thread
From: Peter Zijlstra @ 2014-03-18 16:50 UTC (permalink / raw)
To: Dave Hansen; +Cc: Linux-MM, LKML, lsf, Wu Fengguang
On Tue, Mar 18, 2014 at 09:32:59AM -0700, Dave Hansen wrote:
> I have a quick topic that could perhaps be addressed along with the
> testing topic that Dave Jones proposed. I won't be attending, but there
> will be a couple of other Intel folks there. This should be a fairly
> quick thing to address.
>
> Topic:
>
> Fengguang Wu who runs the wonderful LKP and 0day build tests was
> recently asking if I thought there was value in adding a large-memory
> system, say with 1TB of RAM. LKP is the system that generates these
> kinds of automated bug reports and performance tests:
>
> http://lkml.org/lkml/2014/3/9/201
>
> My gut reaction was that we'd probably be better served by putting
> resources in to systems with higher core counts rather than lots of RAM.
> I have encountered the occasional boot bug on my 1TB system, but it's
> far from a frequent occurrence, and even more infrequent to encounter
> things at runtime.
>
> Would folks agree with that? What kinds of tests, benchmarks, stress
> tests, etc... do folks run that are both valuable and can only be run on
> a system with a large amount of actual RAM?
We had a sched-numa + kvm fail on really large systems the other day,
but yeah in general such problems tend to be rare. Then again, without
test coverage they will always be rare, for even if there were problems,
nobody would notice :-)
--
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] 3+ messages in thread
* Re: [Lsf] [LSF/MM TOPIC] Testing Large-Memory Hardware
2014-03-18 16:50 ` [Lsf] " Peter Zijlstra
@ 2014-03-18 17:26 ` Christoph Lameter
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Lameter @ 2014-03-18 17:26 UTC (permalink / raw)
To: Peter Zijlstra; +Cc: Dave Hansen, lsf, Linux-MM, Wu Fengguang, LKML
On Tue, 18 Mar 2014, Peter Zijlstra wrote:
> > My gut reaction was that we'd probably be better served by putting
> > resources in to systems with higher core counts rather than lots of RAM.
> > I have encountered the occasional boot bug on my 1TB system, but it's
> > far from a frequent occurrence, and even more infrequent to encounter
> > things at runtime.
> >
> > Would folks agree with that? What kinds of tests, benchmarks, stress
> > tests, etc... do folks run that are both valuable and can only be run on
> > a system with a large amount of actual RAM?
>
> We had a sched-numa + kvm fail on really large systems the other day,
> but yeah in general such problems tend to be rare. Then again, without
> test coverage they will always be rare, for even if there were problems,
> nobody would notice :-)
SGI had systems out there up to few PB of RAM. There were a couple of
tricks to get this going. Bootup time was pretty long. I/O has to be done
carefully. The MM subsystem used to work with these sizes (I have not had
a chance to verify that recently).
This was Itanium with 64K page size so you had a factor of 16 less page
structs to process. What I saw there is one of the reasons why I would
like to see larger page support in the kernel. Managing massive amounts of
4k pages is creation far too much overhead.
--
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] 3+ messages in thread
end of thread, other threads:[~2014-03-18 17:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-03-18 16:32 [LSF/MM TOPIC] Testing Large-Memory Hardware Dave Hansen
2014-03-18 16:50 ` [Lsf] " Peter Zijlstra
2014-03-18 17:26 ` Christoph Lameter
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).