-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Closed
Description
In my.cnf settings are...
innodb_buffer_pool_size = 12G
innodb_buffer_pool_instances = 12
innodb_log_file_size = 1G
Emitted suggested tunings...
Variables to adjust:
query_cache_size (=0)
query_cache_type (=0)
query_cache_limit (> 0B, or use smaller result sets)
innodb_log_file_size should be (=1G) if possible, so InnoDB total log files size equals to 25% of buffer pool size.
This seems incorrect, since innodb_log_file_size is already set to 1G.
Checking variables, correct my.cnf value seems to have been ingested...
# db-variables | grep innodb_log_file_size
innodb_log_file_size 1073741824
Metadata
Metadata
Assignees
Labels
No labels