Re: false NUMA OOM
From: Andrew Morton <hidden>
Date: 2002-09-17 03:12:24
Also in:
lkml
From: Andrew Morton <hidden>
Date: 2002-09-17 03:12:24
Also in:
lkml
William Lee Irwin III wrote:
...
+ for (type = classzone - first_classzone; type >= 0; --type)
+ for_each_pgdat(pgdat) {
+ zone = pgdat->node_zones + type;Well you'd want to start with (and prefer) the local node's zones? I'm also wondering whether one shouldn't just poke a remote kswapd and wait. -- 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/