Commit 8be4724c authored by Kent Boortz's avatar Kent Boortz

Increased thread stack size to 128K, as this is the minimum (Bug#41577)

parent fd414261
...@@ -34,7 +34,7 @@ sort_buffer_size = 64K ...@@ -34,7 +34,7 @@ sort_buffer_size = 64K
read_buffer_size = 256K read_buffer_size = 256K
read_rnd_buffer_size = 256K read_rnd_buffer_size = 256K
net_buffer_length = 2K net_buffer_length = 2K
thread_stack = 64K thread_stack = 128K
# Don't listen on a TCP/IP port at all. This can be a security enhancement, # Don't listen on a TCP/IP port at all. This can be a security enhancement,
# if all processes that need to connect to mysqld run on the same host. # if all processes that need to connect to mysqld run on the same host.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment