MySQL Forums
Forum List  »  NDB clusters

CPU binding on a Hexacore CPU
Posted by: Benjamin J.
Date: November 15, 2012 11:41AM

I'm playing around with [ndbd]'s Threadconfig parameter for a hyperthreaded hexacore Intel CPU.
This is what I tried:

ThreadConfig=ldm={count=8,cpubind=4,5,6,7,8,9,10,11},main={cpubind=0},rep={cpubind=1},recv={cpubind=2},io={cpubind=3}

but when starting the data nodes, they complained about a bad config file.


Then I just tried this:
MaxNoOfExecutionThreads=8

which seems to work. But this way, I didn't bind specific threads to a CPU.

So what's the best configuration in my case?

Options: ReplyQuote


Subject
Views
Written By
Posted
CPU binding on a Hexacore CPU
2452
November 15, 2012 11:41AM
911
November 16, 2012 10:28AM
882
November 16, 2012 12:56PM
936
December 04, 2012 02:25AM


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.