diff options
author | 2017-08-30 11:19:09 -0500 | |
---|---|---|
committer | 2017-08-30 17:22:57 -0500 | |
commit | 48687e6ae064286cd0d607220d7726d228bac8ea (patch) | |
tree | 35c155d93e4c12294b4005adc29b38f420fc7a8e /ci/config_tpl/juju2/bundle_tpl/mysql.yaml | |
parent | 95e07c1f1ab9ee6322998ba429e104853f39577e (diff) |
modified to correct the URL. Mysql parameter changes as
per charm team recommendation.
Change-Id: I34383c739df58c3e20968b324f71a819952dfbde
Signed-off-by: Narinder Gupta <narinder.gupta@canonical.com>
Diffstat (limited to 'ci/config_tpl/juju2/bundle_tpl/mysql.yaml')
-rw-r--r-- | ci/config_tpl/juju2/bundle_tpl/mysql.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml index eedc9f0e..87f6346a 100644 --- a/ci/config_tpl/juju2/bundle_tpl/mysql.yaml +++ b/ci/config_tpl/juju2/bundle_tpl/mysql.yaml @@ -8,8 +8,10 @@ shared-db: *internal-space {% endif %} options: - innodb-buffer-pool-size: 1G - max-connections: 4000 + innodb-buffer-pool-size: 256M + max-connections: 2000 + #use-https: "yes" + #https-service-endpoints: "True" #performance-schema: true #source: "deb http://repo.percona.com/apt xenial main" #key: "8507EFA5" |