On Mon, 4 Oct 2010, KOSAKI Motohiro wrote: > > The problem with zone reclaim mainly is created for large apps whose > > working set is larger than the local node. The special settings are only > > needing for those applications. > > In theory, yes. but please talk with userland developers. They always say > "Our software work fine on *BSD, Solaris, Mac, etc etc. that's definitely > linux problem". /me have no way to persuade them ;-) Do those support NUMA? I would think not. You would have to switch on interleave at the BIOS level (getting a hardware hack in place to get rid of the NUMA effects) to make these OSes run right. > This is one of option. but we don't need to create x86 arch specific > RECLAIM_DISTANCE. Because practical high-end numa machine are either > ia64(SGI, Fujitsu) or Power(IBM) and both platform already have arch > specific definition. then changing RECLAIM_DISTANCE doesn't make any > side effect on such platform. and if possible, x86 shouldn't have > arch specific definition because almost minor arch don't have a lot of > tester and its quality often depend on testing on x86. > > attached a patch below. Looks good. Acked-by: Christoph Lameter <cl@xxxxxxxxx> -- To unsubscribe, send a message with 'unsubscribe linux-mm' in the body to majordomo@xxxxxxxxxx For more info on Linux MM, see: http://www.linux-mm.org/ . Don't email: <a href=mailto:"dont@xxxxxxxxx"> email@xxxxxxxxx </a>