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 | c75a265381a3a22fdba2ba6b6ade9b354d5b68e9 (patch) | |
tree | 19dec73a163edf54308536c1863f9b2a0bd65da4 /support-files/my-innodb-heavy-4G.cnf.sh | |
parent | a22c8c5be5ceadd23eed707ae2f1308ced2de977 (diff) | |
parent | bd4b896a360c5562af541b9fff272297ccbe5dcb (diff) | |
download | mariadb-git-c75a265381a3a22fdba2ba6b6ade9b354d5b68e9.tar.gz |
Merged in 5.1.35
Diffstat (limited to 'support-files/my-innodb-heavy-4G.cnf.sh')
-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 |