diff options
author | Kent Boortz <kent@kent-amd64> | 2008-12-28 07:57:09 +0100 |
---|---|---|
committer | Kent Boortz <kent@kent-amd64> | 2008-12-28 07:57:09 +0100 |
commit | 8be4724cd907ae77b418cd2d17209bf0e54c71b8 (patch) | |
tree | f6ff5f0768efb827f8e215329eb60095fc667581 /support-files | |
parent | fd414261914e16d5feaa5037591336b02dd5521f (diff) | |
download | mariadb-git-8be4724cd907ae77b418cd2d17209bf0e54c71b8.tar.gz |
Increased thread stack size to 128K, as this is the minimum (Bug#41577)
Diffstat (limited to 'support-files')
-rw-r--r-- | support-files/my-small.cnf.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support-files/my-small.cnf.sh b/support-files/my-small.cnf.sh index cf2ebed463c..24c08408b46 100644 --- a/support-files/my-small.cnf.sh +++ b/support-files/my-small.cnf.sh @@ -34,7 +34,7 @@ sort_buffer_size = 64K read_buffer_size = 256K read_rnd_buffer_size = 256K 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, # if all processes that need to connect to mysqld run on the same host. |