Skip to content

Commit 93f2cdb

Browse files
author
drupaladmin
committed
Added parameter mysql_query_cache_limit
1 parent 3512104 commit 93f2cdb

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

defaults/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ mysql_read_rnd_buffer_size: "4M"
4444
mysql_myisam_sort_buffer_size: "64M"
4545
mysql_thread_cache_size: "8"
4646
mysql_query_cache_size: "16M"
47+
mysql_query_cache_limit: "1M"
4748
mysql_max_connections: "151"
4849
mysql_tmp_table_size: "16M"
4950
mysql_max_heap_table_size: "16M"

templates/my.cnf.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ read_rnd_buffer_size = {{ mysql_read_rnd_buffer_size }}
7777
myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
7878
thread_cache_size = {{ mysql_thread_cache_size }}
7979
query_cache_size = {{ mysql_query_cache_size }}
80+
query_cache_limit = {{ mysql_query_cache_limit }}
8081
max_connections = {{ mysql_max_connections }}
8182
tmp_table_size = {{ mysql_tmp_table_size }}
8283
max_heap_table_size = {{ mysql_max_heap_table_size }}

0 commit comments

Comments
 (0)