Messages in this thread |  | | Date | Mon, 16 Sep 2002 20:17:03 -0700 | From | Andrew Morton <> | Subject | Re: false NUMA OOM |
| |
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 from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |