diff options
author | unknown <jonas@perch.ndb.mysql.com> | 2006-03-22 12:11:51 +0100 |
---|---|---|
committer | unknown <jonas@perch.ndb.mysql.com> | 2006-03-22 12:11:51 +0100 |
commit | ad911e8575e84fb336143b5463711ba8dfc7690b (patch) | |
tree | cf02dc6a2c2512766a75ff63aba5e89c02206b33 /ndb/test/run-test/conf-ndbmaster.txt | |
parent | 19340f2242443ec54101d7fd518be47211ed0f15 (diff) | |
download | mariadb-git-ad911e8575e84fb336143b5463711ba8dfc7690b.tar.gz |
ndb -
minor update to ndb-autotest.sh and config files
ndb/test/run-test/conf-daily-devel-ndbmaster.txt:
Add SendBufferMemory to remove rare overruns
ndb/test/run-test/conf-dl145a.txt:
Add SendBufferMemory to remove rare overruns
ndb/test/run-test/conf-ndbmaster.txt:
Add SendBufferMemory to remove rare overruns
ndb/test/run-test/conf-shark.txt:
Add SendBufferMemory to remove rare overruns
ndb/test/run-test/ndb-autotest.sh:
Add support for conf per host
Diffstat (limited to 'ndb/test/run-test/conf-ndbmaster.txt')
-rw-r--r-- | ndb/test/run-test/conf-ndbmaster.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/ndb/test/run-test/conf-ndbmaster.txt b/ndb/test/run-test/conf-ndbmaster.txt new file mode 100644 index 00000000000..89b41850ec0 --- /dev/null +++ b/ndb/test/run-test/conf-ndbmaster.txt @@ -0,0 +1,22 @@ +baseport: 14000 +basedir: /space/autotest +mgm: CHOOSE_host1 +ndb: CHOOSE_host2 CHOOSE_host3 CHOOSE_host2 CHOOSE_host3 +api: CHOOSE_host1 CHOOSE_host1 CHOOSE_host1 +-- cluster config +[DB DEFAULT] +NoOfReplicas: 2 +IndexMemory: 100M +DataMemory: 300M +BackupMemory: 64M +MaxNoOfConcurrentScans: 100 +DataDir: . +FileSystemPath: /space/autotest/run + +[MGM DEFAULT] +PortNumber: 14000 +ArbitrationRank: 1 +DataDir: . + +[TCP DEFAULT] +SendBufferMemory: 2M |