Add performance configuration for InnoDB
Added following setting to my.cnf/server.cnf innodb_buffer_pool_size = 20% of available memory innodb_flush_method = O_DIRECT innodb_file_per_table = 1 Change-Id: I392720b3dff860ec1e1416657d7517e7a7041849 Fixes: rhbz#1078999
This commit is contained in:
committed by
Lukas Bezdicka
parent
4a33c3ff1d
commit
fa002b8e36
@@ -0,0 +1,5 @@
|
||||
[mysqld]
|
||||
innodb_buffer_pool_size = <%= @buffer_pool_size %>M
|
||||
innodb_log_file_size = <%= @log_file_size %>M
|
||||
innodb_flush_method = O_DIRECT
|
||||
innodb_file_per_table = 1
|
||||
Reference in New Issue
Block a user