From 00e22c99795b4a19e1b1c4cd19af766796cb9b65 Mon Sep 17 00:00:00 2001 From: Narinder Gupta Date: Wed, 15 Feb 2017 00:05:15 -0600 Subject: [PATCH] correcting the memory. Change-Id: I363e1cabe10157ef6e21d4a8857d3c68118b44f4 Signed-off-by: Narinder Gupta --- ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6