From: Narinder Gupta Date: Wed, 15 Feb 2017 06:05:15 +0000 (-0600) Subject: correcting the memory. X-Git-Tag: danube.1.0~38 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=00e22c99795b4a19e1b1c4cd19af766796cb9b65;p=joid.git correcting the memory. Change-Id: I363e1cabe10157ef6e21d4a8857d3c68118b44f4 Signed-off-by: Narinder Gupta --- diff --git a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml index 385dc0fe..df655eac 100644 --- a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml @@ -9,7 +9,7 @@ options: {% if os.ha.mode == 'ha' %} innodb-buffer-pool-size: 128M - max-connections: 128M + max-connections: 600 {% else %} innodb-buffer-pool-size: 1G max-connections: 4000