> Resource contention between threads executing on separate sockets is > extremely expensive and there is no practical method of enforcing > processor affinity for all of the file server threads to ensure that > they only execute on cores within a single socket. Linux cgroups can put all fileserver threads on one socket (and the memory attached to it) if it is that what you want. Harald.