diff options
author | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-05 07:49:30 -0600 |
---|---|---|
committer | Narinder Gupta <narinder.gupta@canonical.com> | 2017-02-05 07:49:30 -0600 |
commit | edf35e6c820e613ae73999189ed7e4b98c3a4e7d (patch) | |
tree | 1661e52ded2ed4d94e942891bd38a4acbe6689b0 /ci/config_tpl/juju2/bundle_tpl/mysql.yaml | |
parent | df92ad485163c64e0dfaba122e6ab02f2473b685 (diff) |
increasing the mysql max connection to accomodate buffer size.
Change-Id: Ic7d2ba8717289cd8ec5e3cca32b209b1f69cae33
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/mysql.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml index 30cc4050..d6276a5d 100644 --- a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml @@ -12,7 +12,7 @@ {% else %} innodb-buffer-pool-size: 1G {% endif %} - max-connections: 2000 + max-connections: 4000 root-password: {{ get_password('mysql_root') }} sst-password: {{ get_password('mysql_sst') }} {% if os.network.ipv6 %} |