File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Default MySQL connection configuration.
51
51
MySQL logging configuration. Setting ` mysql_log_error ` to ` syslog ` will make MySQL log to syslog using the ` mysql_syslog_tag ` .
52
52
53
53
mysql_key_buffer_size: "256M"
54
- mysql_max_allowed_packet: "1M "
54
+ mysql_max_allowed_packet: "64M "
55
55
mysql_table_open_cache: "256"
56
56
[...]
57
57
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ mysql_socket: /var/lib/mysql/mysql.sock
14
14
15
15
# Memory settings (default values optimized ~512MB RAM).
16
16
mysql_key_buffer_size : " 256M"
17
- mysql_max_allowed_packet : " 1M "
17
+ mysql_max_allowed_packet : " 64M "
18
18
mysql_table_open_cache : " 256"
19
19
mysql_sort_buffer_size : " 1M"
20
20
mysql_read_buffer_size : " 1M"
@@ -25,7 +25,6 @@ mysql_query_cache_size: "16M"
25
25
26
26
# Other settings.
27
27
mysql_wait_timeout : 28800
28
- mysql_max_allowed_packet : " 64M"
29
28
30
29
# Try number of CPU's * 2 for thread_concurrency.
31
30
mysql_thread_concurrency : 2
You can’t perform that action at this time.
0 commit comments