commit | d4e5f47260844ac05c49fcc0bc613f81db6a72f9 | [log] [tgz] |
---|---|---|
author | Dmitry Kalashnik <dkalashnik@mirantis.com> | Wed Aug 09 14:28:17 2017 +0400 |
committer | Dmitry Kalashnik <dkalashnik@mirantis.com> | Thu Aug 17 14:22:33 2017 +0400 |
tree | 35539d5909042496bf013c2b55a0d6fc543b9198 | |
parent | 097178713f30be45dc76fb652972bc0cb669c209 [diff] |
Add new soft parameters Make max_connections and innodb_buffer_pool_size configurable through soft params instead of hard. Change-Id: Id0bb8f6b6091289275864bf4dd6a6890d11b4782
diff --git a/tests/pillar/master_cluster.sls b/tests/pillar/master_cluster.sls index 7257ce4..5b596d9 100644 --- a/tests/pillar/master_cluster.sls +++ b/tests/pillar/master_cluster.sls
@@ -16,6 +16,8 @@ port: 4567 - host: 127.0.0.1 port: 4567 + max_connections: 20000 + innodb_buffer_pool_size: 3138M mysql: server: users:
diff --git a/tests/pillar/slave_cluster.sls b/tests/pillar/slave_cluster.sls index 10dfccb..40ec4de 100644 --- a/tests/pillar/slave_cluster.sls +++ b/tests/pillar/slave_cluster.sls
@@ -16,6 +16,8 @@ port: 4567 - host: 127.0.0.1 port: 4567 + max_connections: 20000 + innodb_buffer_pool_size: 3138M mysql: server: users: