~hopem/charms/trusty/percona-cluster/fix-single-node-bootstrap

« back to all changes in this revision

Viewing changes to templates/my.cnf

  • Committer: Billy Olsen
  • Date: 2015-06-04 18:06:14 UTC
  • mfrom: (62.1.2 percona-cluster)
  • Revision ID: billy.olsen@canonical.com-20150604180614-kkojmadm3hyhckar
[niedbalski,r=freyes,wolsen]

Add innodb-buffer-pool-size as an option to clarify the dataset-size
implications (e.g. what is being set).

Closes-Bug: #1461669

Show diffs side-by-side

added added

removed removed

Lines of Context:
72
72
 
73
73
# InnoDB buffer should consume 100% of the bytes of the dataset size
74
74
# query cache is not supported with Active/Active configuration
75
 
innodb_buffer_pool_size = {{ dataset_bytes }}
 
75
innodb_buffer_pool_size = {{ innodb_buffer_pool_size }}
76
76
 
77
77
{% if ipv6 -%}
78
78
[sst]