diff options
Diffstat (limited to 'ci/bundle_tpl/mysql.yaml')
-rw-r--r-- | ci/bundle_tpl/mysql.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/bundle_tpl/mysql.yaml b/ci/bundle_tpl/mysql.yaml index 2c618b20..110140e9 100644 --- a/ci/bundle_tpl/mysql.yaml +++ b/ci/bundle_tpl/mysql.yaml @@ -2,7 +2,7 @@ charm: "local:{{ ubuntu.release }}/percona-cluster" num_units: {{ unit_qty() }} options: - innodb-buffer-pool-size: 2G + innodb-buffer-pool-size: 100M #lp1366997-workaround: true max-connections: 20000 root-password: {{ get_password('mysql_root') }} |