How can I optimize a process on a NUMA architecture(x86-64 specifically)?
From: Brett E.
Date: Thu May 20 2004 - 19:54:08 EST
Say you have a bunch of single-threaded processes on a NUMA machine.
Does the kernel make sure to prefer allocations using a certain CPU's
memory, preferring to run a given process on the CPU which contains its
memory? Or should I use the NUMA API(libnuma) to spell this out to the
kernel? Does the kernel do the right thing in this case?
Thanks,
Brett
-
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/