MySQL Forums
Forum List  »  General

Re: MySQL performance on a HP DL385G7
Posted by: Rick James
Date: April 06, 2011 06:44PM

Another item... Do either of them use "NUMA" architecture in the CPU/Memory.

NUMA = Non-Uniform Memory Architecture. Each CPU has some of the RAM hanging off it. This means that one core (in one CPU) can reach some of the RAM directly, but to get to the rest of the RAM, it has to ask another CPU for help.

An undesirable side effect of this is when the OS tries to get smart about where it allocates physical RAM for itself and the processes. It might fill up one CPU's RAM, leave some space in the other. Then if it has a malloc request that "must" reside in that full RAM, it has to swap something out, even though there is spare RAM elsewhere.

I think there is a BIOS setting to make it distribute RAM more evenly.

Options: ReplyQuote


Subject
Written By
Posted
Re: MySQL performance on a HP DL385G7
April 06, 2011 06:44PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.