mirror of
https://github.com/MariaDB/server.git
synced 2025-01-17 20:42:30 +01:00
ebf577974e
Change default page buffer cache size mysql-test/ndb/ndb_config_1_node.ini: Add configuration of page buffer mysql-test/ndb/ndb_config_2_node.ini: Add configuration of page buffer mysql-test/ndb/ndb_config_4_node.ini: Add configuration of page buffer mysql-test/ndb/ndbcluster.sh: Add configuration of page buffer storage/ndb/include/kernel/ndb_limits.h: Hard code some limits (for now)... storage/ndb/include/mgmapi/mgmapi_config_parameters.h: Add configuration of page buffer storage/ndb/src/kernel/blocks/cmvmi/Cmvmi.cpp: Add configuration of page buffer storage/ndb/src/kernel/blocks/pgman.cpp: Add configuration of page buffer storage/ndb/src/kernel/blocks/restore.cpp: Add configuration of page buffer storage/ndb/src/mgmsrv/ConfigInfo.cpp: Change default page buffer caches from 1M (only used for testing) to realistic 64M
47 lines
999 B
INI
47 lines
999 B
INI
[ndbd default]
|
|
NoOfReplicas= 2
|
|
MaxNoOfConcurrentTransactions= 64
|
|
MaxNoOfConcurrentOperations= CHOOSE_MaxNoOfConcurrentOperations
|
|
DataMemory= CHOOSE_DataMemory
|
|
IndexMemory= CHOOSE_IndexMemory
|
|
Diskless= CHOOSE_Diskless
|
|
TimeBetweenWatchDogCheck= 30000
|
|
DataDir= CHOOSE_FILESYSTEM
|
|
MaxNoOfOrderedIndexes= CHOOSE_MaxNoOfOrderedIndexes
|
|
MaxNoOfAttributes= CHOOSE_MaxNoOfAttributes
|
|
TimeBetweenGlobalCheckpoints= 500
|
|
NoOfFragmentLogFiles= 3
|
|
DiskPageBufferMemory= CHOOSE_DiskPageBufferMemory
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_1 # hostname is a valid network adress
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_2 # hostname is a valid network adress
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_3 # hostname is a valid network adress
|
|
|
|
[ndbd]
|
|
HostName= CHOOSE_HOSTNAME_4 # hostname is a valid network adress
|
|
|
|
[ndb_mgmd]
|
|
HostName= CHOOSE_HOSTNAME_1 # hostname is a valid network adress
|
|
DataDir= CHOOSE_FILESYSTEM #
|
|
PortNumber= CHOOSE_PORT_MGM
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|
|
|
|
[mysqld]
|