From edf35e6c820e613ae73999189ed7e4b98c3a4e7d Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Sun, 5 Feb 2017 07:49:30 -0600 Subject: increasing the mysql max connection to accomodate buffer size. Change-Id: Ic7d2ba8717289cd8ec5e3cca32b209b1f69cae33 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ci/config_tpl/juju2/bundle_tpl/mysql.yaml') 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 %} -- cgit 1.2.3-korg