Reemove thread_concurrency config (deprecated)
parent
0b4983e090
commit
ab76aa019d
|
@ -29,8 +29,6 @@ mariadb_slow_query_time: 2
|
||||||
mariadb_key_buffer_size: '256M'
|
mariadb_key_buffer_size: '256M'
|
||||||
mariadb_max_allowed_packet: '64M'
|
mariadb_max_allowed_packet: '64M'
|
||||||
mariadb_max_connections: 100
|
mariadb_max_connections: 100
|
||||||
mariadb_thread_concurrency: "{{ ansible_processor_cores * 2 }}"
|
|
||||||
|
|
||||||
|
|
||||||
mariadb_table_open_cache: '2000'
|
mariadb_table_open_cache: '2000'
|
||||||
mariadb_sort_buffer_size: '2M'
|
mariadb_sort_buffer_size: '2M'
|
||||||
|
|
|
@ -43,7 +43,6 @@ thread_cache_size = {{ mariadb_thread_cache_size }}
|
||||||
#myisam_recover_options = BACKUP
|
#myisam_recover_options = BACKUP
|
||||||
max_connections = {{ mariadb_max_connections }}
|
max_connections = {{ mariadb_max_connections }}
|
||||||
#table_cache = 64
|
#table_cache = 64
|
||||||
thread_concurrency = {{ mariadb_thread_concurrency }}
|
|
||||||
|
|
||||||
# Other tuning setting
|
# Other tuning setting
|
||||||
table_open_cache = {{ mariadb_table_open_cache }}
|
table_open_cache = {{ mariadb_table_open_cache }}
|
||||||
|
|
Loading…
Reference in New Issue