MySQL Forums
Forum List  »  NDB clusters

Re: NDB Cluster Transaction Dead lock and Possible Memory Corruption
Posted by: ArunKumar N
Date: February 19, 2014 04:47AM

Adding the configuration parameters

[ndbd default]

LockPagesInMainMemory = 1
Diskless = 0
StopOnError = 0

TimeBetweenWatchDogCheck = 2000
TimeBetweenLocalCheckpoints = 16
MaxNoOfLocalOperations = 36045
MaxNoOfConcurrentTransactions = 4096
MaxNoOfConcurrentOperations = 32768
TransactionDeadlockDetectionTimeout = 4096

DataMemory = 3600MM
HeartbeatIntervalDbApi = 1500
IndexMemory = 400MM
HeartbeatIntervalDbDb = 1500

[ndb_mgm]
try-reconnect = 2

[mysqld]
port = 3306
ndbcluster = 1
user = root
character-set-server = utf8
collation-server = utf8_general_ci
default-time-zone = +00:00

[tcp default]
SendBufferMemory = 2M
ReceiveBufferMemory = 1M

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: NDB Cluster Transaction Dead lock and Possible Memory Corruption
760
February 19, 2014 04:47AM


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.