updated mariadb state
This commit is contained in:
parent
7dfe7dd938
commit
7b0eaf0361
@ -15,12 +15,13 @@ mariadb:
|
||||
bulk_insert_buffer_size: 16M
|
||||
expire_logs_days: 7
|
||||
event_scheduler: 'ON'
|
||||
innodb_buffer_pool_size: 512M
|
||||
innodb_buffer_pool_size: 1024M
|
||||
innodb_file_per_table: 1
|
||||
innodb_flush_method: O_DIRECT
|
||||
innodb_io_capacity: 400
|
||||
innodb_io_capacity: 200
|
||||
innodb_log_buffer_size: 8M
|
||||
innodb_open_files: 400
|
||||
innodb_log_file_size: 64M
|
||||
innodb_open_files: 100
|
||||
key_buffer_size: 128M
|
||||
log_slow_verbosity: query_plan
|
||||
log_warnings: 2
|
||||
@ -31,7 +32,8 @@ mariadb:
|
||||
max_binlog_size: 100M
|
||||
max_connections: 20
|
||||
max_heap_table_size: 64M
|
||||
query_cache_limit: 128K
|
||||
performance_schema: 'ON'
|
||||
query_cache_limit: 512K
|
||||
query_cache_size: 64M
|
||||
read_buffer_size: 40M
|
||||
read_rnd_buffer_size: 1M
|
||||
|
Loading…
Reference in New Issue
Block a user