Re: [PATCH] VM: add vm.free_node_memory sysctl
From: Andi Kleen <hidden>
Date: 2005-08-03 14:15:33
Also in:
lkml
On Wed, Aug 03, 2005 at 09:56:46AM -0400, Martin Hicks wrote:
On Tue, Aug 02, 2005 at 11:07:46PM +0200, Ingo Molnar wrote:quoted
* Martin Hicks [off-list ref] wrote:quoted
On Mon, Aug 01, 2005 at 09:54:26PM +0200, Ingo Molnar wrote:quoted
* Andrew Morton [off-list ref] wrote:quoted
quoted
We could perhaps add a CAP_SYS_ADMIN-only sysctl for this hack,That would be more appropriate. (I'm still not sure what happened to the idea of adding a call to "clear out this node+zone's pagecache now" rather than "set this noed+zone's policy")lets do that as a sysctl hack. It would be useful for debugging purposes anyway. But i'm not sure whether it's the same issue - Martin?(Sorry..I was on vacation yesterday) Yes, this is the same issue with a different way of making it happen. Setting a zone's policy allows reclaim to happen automatically. I'll send in a patch to add a sysctl to do the manual dumping of pagecache really soon.cool! [ Incidentally, when i found this problem i was looking for existing bits in the kernel to write such a patch myself (which i wanted to use on non-NUMA to create more reproducable workloads for performance-testing) - now i'll wait for your patch. ]Here's the promised sysctl to dump a node's pagecache. Please review! This patch depends on the zone reclaim atomic ops cleanup: http://marc.theaimsgroup.com/?l=linux-mm&m=112307646306476&w=2
Doesn't numactl --bind=node memhog nodesize-someslack do the same? It just might kick in the oom killer if someslack is too small or someone has unfreeable data there. But then there should be already an sysctl to turn that one off. -Andi -- 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>