increasing the mysql max connection to accomodate buffer size.
[joid.git] / ci / config_tpl / juju2 / bundle_tpl / mysql.yaml
index 30cc405..d6276a5 100644 (file)
@@ -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 %}