[Devel] Re: [patch 0/7] cpuset writeback throttling
Andrew Morton
akpm at linux-foundation.org
Tue Nov 4 15:36:10 PST 2008
On Tue, 4 Nov 2008 16:52:48 -0600 (CST)
Christoph Lameter <cl at linux-foundation.org> wrote:
> On Tue, 4 Nov 2008, Andrew Morton wrote:
>
> > To fix this with a memcg-based throttling, the operator would need to
> > be able to create memcg's which have pages only from particular nodes.
> > (That's a bit indirect relative to what they want to do, but is
> > presumably workable).
>
> The system would need to have the capability to find the memcg groups that
> have dirty pages for a certain inode. Files are not constrained to nodes
> or memcg groups.
Ah, we're talking about different things.
In a memcg implementation what we would implement is "throttle
page-dirtying tasks in this memcg when the memcg's dirty memory reaches
40% of its total".
But that doesn't solve the problem which this patchset is trying to
solve, which is "don't let all the memory in all this group of nodes
get dirty".
Yes? Someone help me out here. I don't yet have my head around the
overlaps and incompatibilities here. Perhaps the containers guys will
wake up and put their thinking caps on?
What happens if cpuset A uses nodes 0,1,2,3,4,5,6,7,8,9 and cpuset B
uses nodes 0,1? Can activity in cpuset A cause ooms in cpuset B?
_______________________________________________
Containers mailing list
Containers at lists.linux-foundation.org
https://lists.linux-foundation.org/mailman/listinfo/containers
More information about the Devel
mailing list