Re: [PATCH] Allocate memory cgroup structures in local nodes

From: Andi Kleen
Date: Wed May 04 2011 - 16:18:25 EST



Completely agreed, I think that's how it should be patched instead of only
touching the alloc_pages() allocation; we care much more about local node
than whether we're using vmalloc.

Right now the problem is you end up in node 0 always and then run out of memory
later on it on a large system. That's the problem I'm trying to solve ASAP

The rest is much less important.


-Andi

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/