File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,10 @@ mysql_myisam_sort_buffer_size: "64M"
22
22
mysql_thread_cache_size : " 8"
23
23
mysql_query_cache_size : " 16M"
24
24
25
+ # Other settings.
26
+ mysql_wait_timeout : 28800
27
+ mysql_max_allowed_packet : " 64M"
28
+
25
29
# Try number of CPU's * 2 for thread_concurrency.
26
30
mysql_thread_concurrency : 2
27
31
Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ myisam_sort_buffer_size = {{ mysql_myisam_sort_buffer_size }}
31
31
thread_cache_size = {{ mysql_thread_cache_size }}
32
32
query_cache_size = {{ mysql_query_cache_size }}
33
33
34
+ # Other settings.
35
+ wait_timeout = {{ mysql_wait_timeout }}
36
+ max_allowed_packet = {{ mysql_max_allowed_packet }}
37
+
34
38
# Try number of CPU's * 2 for thread_concurrency.
35
39
thread_concurrency = {{ mysql_thread_concurrency }}
36
40
You can’t perform that action at this time.
0 commit comments