Re: libnuma interleaving oddness
From: Christoph Lameter <hidden>
Date: 2006-08-29 23:57:35
Also in:
linux-mm
From: Christoph Lameter <hidden>
Date: 2006-08-29 23:57:35
Also in:
linux-mm
On Tue, 29 Aug 2006, Nishanth Aravamudan wrote:
I don't know if this is a libnuma bug (I extracted out the code from libnuma, it looked sane; and even reimplemented it in libhugetlbfs for testing purposes, but got the same results) or a NUMA kernel bug (mbind is some hairy code...) or a ppc64 bug or maybe not a bug at all. Regardless, I'm getting somewhat inconsistent behavior. I can provide more debugging output, or whatever is requested, but I wasn't sure what to include. I'm hoping someone has heard of or seen something similar?
Are you setting the tasks allocation policy before the allocation or do you set a vma based policy? The vma based policies will only work for anonymous pages.