Server IP : 172.67.216.182 / Your IP : 162.158.170.173 Web Server : Apache System : Linux krdc-ubuntu-s-2vcpu-4gb-amd-blr1-01.localdomain 5.15.0-142-generic #152-Ubuntu SMP Mon May 19 10:54:31 UTC 2025 x86_64 User : www ( 1000) PHP Version : 7.4.33 Disable Function : passthru,exec,system,putenv,chroot,chgrp,chown,shell_exec,popen,proc_open,pcntl_exec,ini_alter,ini_restore,dl,openlog,syslog,readlink,symlink,popepassthru,pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,imap_open,apache_setenv MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /www/server/mysql/src/mysql-test/suite/ndb_big/ |
Upload File : |
# # Real world MySQL Cluster configuration suited # to be run on a developer machine # # The configuration is tuned according to best # practice with the limitation that all processes # are run on one host with 4Gb RAM # !include include/default_mysqld.cnf [cluster_config.1] ndbd=, ndb_mgmd= mysqld= DataMemory=700M IndexMemory=220M MaxNoOfConcurrentOperations=262144 StringMemory=25 MaxNoOfTables=12800 MaxNoOfOrderedIndexes=12800 MaxNoOfUniqueHashIndexes=12800 MaxNoOfAttributes=128000 MaxDiskWriteSpeedOwnRestart=200M FragmentLogFileSize=256M InitFragmentLogFiles=FULL NoOfFragmentLogFiles=11 TimeBetweenLocalCheckpoints=20 TimeBetweenGlobalCheckpoints=2000 TimeBetweenEpochs=100 MemReportFrequency=30 LogLevelStartup=15 LogLevelShutdown=15 LogLevelCheckpoint=8 LogLevelNodeRestart=15 BackupMaxWriteSize=1M BackupDataBufferSize=16M BackupLogBufferSize=4M BackupMemory=20M ODirect=1 TimeBetweenWatchDogCheckInitial=60000 TransactionInactiveTimeout=30000 RealtimeScheduler=1 SchedulerExecutionTimer=80 SchedulerSpinTimer=40 SharedGlobalMemory=20M DiskPageBufferMemory=64M BatchSizePerLocalScan=512 Checksum=1 [cluster_config.TCP.1] SendBufferMemory=2M ReceiveBufferMemory=2M [cluster_config.mysqld.1.1] BatchSize=512 BatchByteSize=1024K [mysqld] # Make all mysqlds use cluster ndbcluster ndb-cluster-connection-pool=1 ndb-force-send=1 ndb-use-exact-count=0 ndb-extra-logging=1 ndb-autoincrement-prefetch-sz=256 ndb-wait-connected=600 ndb-wait-setup=300 # check if this avoid excessive query time...resulting in timeouts optimizer_search_depth=10 [ENV] NDB_CONNECTSTRING= @mysql_cluster.1.ndb_connectstring MASTER_MYPORT= @mysqld.1.1.port