summaryrefslogtreecommitdiff
path: root/mysql-test/include/default_mysqld.cnf
diff options
context:
space:
mode:
authorMikael Ronstrom <mikael@mysql.com>2009-02-19 11:36:04 +0100
committerMikael Ronstrom <mikael@mysql.com>2009-02-19 11:36:04 +0100
commit7fbc45239caeeb03de17c66f9cbfebba902dfecf (patch)
tree47c4894e68fc62cc8c7fc5352c902543e4f85385 /mysql-test/include/default_mysqld.cnf
parent84ab29d22f6830bb6bc0506b2e7208332f6b2e3c (diff)
downloadmariadb-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.cnf5
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