Bug#39849 ndb tests fail sporadically on pushbuild: "out of connection objects"

- Increase number of transaction objects available in ndbd
 - Most likely this is a timing related issue.
This commit is contained in:
Magnus Svensson 2009-01-29 15:22:02 +01:00
parent 87bbeddbab
commit d9cde17079

View File

@ -1,7 +1,7 @@
[cluster_config]
MaxNoOfSavedMessages= 1000
MaxNoOfConcurrentTransactions= 64
MaxNoOfConcurrentTransactions= 128
MaxNoOfConcurrentOperations= 10000
DataMemory= 20M
IndexMemory= 1M