浏览代码

mysql: increased thread_stack to 192k since 10.5.27

DerLinkman 9 月之前
父节点
当前提交
d10d64dd92
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data/conf/mysql/my.cnf

+ 1 - 1
data/conf/mysql/my.cnf

@@ -20,7 +20,7 @@ thread_cache_size       = 8
 query_cache_type        = 0
 query_cache_type        = 0
 query_cache_size        = 0
 query_cache_size        = 0
 max_heap_table_size     = 48M
 max_heap_table_size     = 48M
-thread_stack            = 128K
+thread_stack            = 192K
 skip-host-cache
 skip-host-cache
 skip-name-resolve
 skip-name-resolve
 log-warnings            = 0
 log-warnings            = 0