diff options
author | Mikael Ronstrom <mikael@mysql.com> | 2009-07-01 14:36:40 +0200 |
---|---|---|
committer | Mikael Ronstrom <mikael@mysql.com> | 2009-07-01 14:36:40 +0200 |
commit | 9cfd7a006dbe0a5567259602cb69977f48b7d12a (patch) | |
tree | 19dec73a163edf54308536c1863f9b2a0bd65da4 /support-files | |
parent | 506c7fd47dd28e5726852e47d117bfbb37677005 (diff) | |
parent | 0695c5a71b16d79a8bff05fb23846509bfdc92d1 (diff) | |
download | mariadb-git-9cfd7a006dbe0a5567259602cb69977f48b7d12a.tar.gz |
Merged in 5.1.35
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-innodb-heavy-4G.cnf.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/support-files/my-innodb-heavy-4G.cnf.sh b/support-files/my-innodb-heavy-4G.cnf.sh index e9390a5b9e8..15e8d895667 100644 --- a/support-files/my-innodb-heavy-4G.cnf.sh +++ b/support-files/my-innodb-heavy-4G.cnf.sh @@ -385,9 +385,10 @@ innodb_data_file_path = ibdata1:10M:autoextend #innodb_data_home_dir = <directory> # Number of IO threads to use for async IO operations. This value is -# hardcoded to 4 on Unix, but on Windows disk I/O may benefit from a +# hardcoded to 8 on Unix, but on Windows disk I/O may benefit from a # larger number. -innodb_file_io_threads = 4 +innodb_write_io_threads = 8 +innodb_read_io_threads = 8 # If you run into InnoDB tablespace corruption, setting this to a nonzero # value will likely help you to dump your tables. Start from value 1 and |