mirror of
https://github.com/aljazceru/ansible-role-mysql.git
synced 2025-12-19 19:24:19 +01:00
make connection count adjustable
This commit is contained in:
@@ -43,6 +43,7 @@ mysql_read_rnd_buffer_size: "4M"
|
||||
mysql_myisam_sort_buffer_size: "64M"
|
||||
mysql_thread_cache_size: "8"
|
||||
mysql_query_cache_size: "16M"
|
||||
mysql_max_connections: 151
|
||||
|
||||
# Other settings.
|
||||
mysql_wait_timeout: 28800
|
||||
|
||||
@@ -73,6 +73,7 @@ read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
|
||||
myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
|
||||
thread_cache_size = {{ mysql_thread_cache_size }}
|
||||
query_cache_size = {{ mysql_query_cache_size }}
|
||||
max_connections = {{ mysql_max_connections }}
|
||||
|
||||
# Other settings.
|
||||
wait_timeout = {{ mysql_wait_timeout }}
|
||||
|
||||
Reference in New Issue
Block a user