mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
Mysql aio fix for OpenVZ
This commit is contained in:
parent
7c584b9ade
commit
a93db641c7
3 changed files with 12 additions and 2 deletions
|
@ -27,7 +27,7 @@ query_cache_size=8M
|
|||
query_cache_type=1
|
||||
tmp_table_size=16M
|
||||
|
||||
innodb_use_native_aio = 0
|
||||
#innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
[mysqld_safe]
|
||||
|
|
|
@ -11,6 +11,7 @@ long_query_time=5
|
|||
#log-queries-not-using-indexes
|
||||
#log-slow-queries=/var/log/mysql/log-slow-queries.log
|
||||
|
||||
#innodb_use_native_aio = 0
|
||||
innodb_file_per_table
|
||||
|
||||
[mysqld_safe]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue