diff options
author | Vladislav Vaintroub <wlad@mariadb.com> | 2016-11-04 13:00:11 +0000 |
---|---|---|
committer | Vladislav Vaintroub <wlad@mariadb.com> | 2017-01-26 17:39:36 +0000 |
commit | def258061b884df91624562c27c818f9d1fa2d5c (patch) | |
tree | 686f96ddf365282dfc54f8cdd034bd95f1e2609a /mysql-test/r/mysqld--help.result | |
parent | d96ee168a1f87c090421fb593930515ae8db3d7f (diff) | |
download | mariadb-git-def258061b884df91624562c27c818f9d1fa2d5c.tar.gz |
increase default for max threads in the pool to max allowed value (64K) currently
Diffstat (limited to 'mysql-test/r/mysqld--help.result')
-rw-r--r-- | mysql-test/r/mysqld--help.result | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/r/mysqld--help.result b/mysql-test/r/mysqld--help.result index c6797eab5ae..5938da489f7 100644 --- a/mysql-test/r/mysqld--help.result +++ b/mysql-test/r/mysqld--help.result @@ -1487,7 +1487,7 @@ table-open-cache-instances 8 tc-heuristic-recover OFF thread-cache-size 151 thread-pool-idle-timeout 60 -thread-pool-max-threads 1000 +thread-pool-max-threads 65536 thread-pool-oversubscribe 3 thread-pool-prio-kickup-timer 1000 thread-pool-priority auto |