summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarinder Gupta <narinder.gupta@canonical.com>2017-02-15 00:05:15 -0600
committerNarinder Gupta <narinder.gupta@canonical.com>2017-02-15 00:06:26 -0600
commit00e22c99795b4a19e1b1c4cd19af766796cb9b65 (patch)
treee33def348d7a07688c86bfd7eeaf6e732eb83f31
parente719bf409fc5d711e1df8b8fb3a3da8660b0a3c0 (diff)
correcting the memory.
Change-Id: I363e1cabe10157ef6e21d4a8857d3c68118b44f4 Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
-rw-r--r--ci/config_tpl/juju2/bundle_tpl/mysql.yaml2
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 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