<pool-max-size>20</pool-max-size> this parameter is wrong

Svetlana Zotova January 24, 2017

<pool-max-size>20</pool-max-size> - this is not working for mysql 5.6

My stage JIRA software stops running after I change it from 50 to 20.

 

please check your configs before share them with people

1 answer

0 votes
Jonas Andersson
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
January 24, 2017

What is the maximum amount of connections you configured mysql for? You should have something linke this in the my.cnf:

[mysqld]
set-variable=max_connections=250

 

The amount of connections is scaled after your deployment, not just random advise. Where did you see a recommendation about this?

 

Suggest an answer

Log in or Sign up to answer