mirror of
https://github.com/mailcow/mailcow-dockerized.git
synced 2026-01-23 10:16:18 +00:00
mysql: increased thread_stack to 192k since 10.5.27
This commit is contained in:
parent
6d1f7482ed
commit
d10d64dd92
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ thread_cache_size = 8
|
|||
query_cache_type = 0
|
||||
query_cache_size = 0
|
||||
max_heap_table_size = 48M
|
||||
thread_stack = 128K
|
||||
thread_stack = 192K
|
||||
skip-host-cache
|
||||
skip-name-resolve
|
||||
log-warnings = 0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue