diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-02-19 11:36:04 +0100 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-02-19 11:36:04 +0100 |
commit | 7fbc45239caeeb03de17c66f9cbfebba902dfecf (patch) | |
tree | 47c4894e68fc62cc8c7fc5352c902543e4f85385 /mysql-test/include/default_mysqld.cnf | |
parent | 84ab29d22f6830bb6bc0506b2e7208332f6b2e3c (diff) | |
download | mariadb-git-7fbc45239caeeb03de17c66f9cbfebba902dfecf.tar.gz |
Changed defaults when running mysql-test-run to ensure that
Pushbuild servers are not overloaded and test cases crash
due to overload of memory and disk.
Diffstat (limited to 'mysql-test/include/default_mysqld.cnf')
-rw-r--r-- | mysql-test/include/default_mysqld.cnf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/include/default_mysqld.cnf b/mysql-test/include/default_mysqld.cnf index ad0090aaf36..f7a3b7a17f3 100644 --- a/mysql-test/include/default_mysqld.cnf +++ b/mysql-test/include/default_mysqld.cnf @@ -14,6 +14,11 @@ sort_buffer= 256K max_heap_table_size= 1M loose-innodb_data_file_path= ibdata1:10M:autoextend +loose-innodb_buffer_pool_size= 64M +loose-innodb_write_io_threads= 2 +loose-innodb_read_io_threads= 2 +loose-innodb_log_buffer_size= 4M +loose-innodb_log_file_size= 32M slave-net-timeout=120 |