MySQL Forums
Forum List  »  NDB clusters

Memory allocation failure, please decrease some configuration parameter
Posted by: richard horan
Date: April 13, 2006 02:19PM

trying to start a new node with ndbd --initial. brand new install. 5.1.7 is the version. i see the following:
ab05cp01> more ndbd_3_error.log
ndbd_3_error.log: A file or directory in the path name does not exist.
ab05cp01> more ndb_3_error.log
Current byte-offset of file-pointer is: 568


Time: Thursday 13 April 2006 - 16:15:23
Status: Permanent error, external action needed
Message: Memory allocation failure, please decrease some configuration parameter
s (Configuration error)
Error: 2327
Error data: DBTUP could not allocate memory for Page
Error object: Requested: 32768x32768 = 1073741824 bytes
Program: ndbd
Pid: 249856
Trace: /ttpoc/mysql/data/ndb_3_trace.log.1
Version: Version 5.1.7 (beta)
***EOM***

ndb_3_error.log: END


Config file is:

## ndbd processes on all nodes
[NDBD DEFAULT]
NoOfReplicas=2
DataMemory=1G
IndexMemory=1G
NoOfFragmentLogFiles=56
MaxNoOfConcurrentTransactions = 500
MaxNoOfConcurrentOperations = 50000
MaxNoOfConcurrentIndexOperations = 32768
TimeBetweenLocalCheckpoints=25
TimeBetweenGlobalCheckpoints = 5000
NoOfDiskPagesToDiskAfterRestartTUP = 10
NoOfDiskPagesToDiskAfterRestartACC = 20
RedoBuffer=128MB

# TCP/IP
[TCP DEFAULT]

# Management process options
[NDB_MGMD]
HostName=10.104.72.20
DataDir=/ttpoc/mysql/cluster

# options for node A
[NDBD]
HostName=10.104.72.20
DataDir=/ttpoc/mysql/data

[NDBD]
HostName=10.104.72.22
DataDir=/ttpoc/mysql/data

[MYSQLD]
HostName=10.104.72.20
[MYSQLD]
HostName=10.104.72.20
[MYSQLD]
HostName=10.104.72.22
[MYSQLD]
HostName=10.104.72.22
~


what am i doing wrong?

Options: ReplyQuote


Subject
Views
Written By
Posted
Memory allocation failure, please decrease some configuration parameter
2274
April 13, 2006 02:19PM


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.