~jillrouleau/charms/trusty/percona-cluster/add-n-e-m-interface

« back to all changes in this revision

Viewing changes to config.yaml

  • 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:
10
10
      Key ID to import to the apt keyring to support use with arbitary source
11
11
      configuration from outside of Launchpad archives or PPA's.
12
12
  dataset-size:
13
 
    default: '80%'
 
13
    default:
14
14
    type: string
15
 
    description: How much data do you want to keep in memory in the DB. This will be used to tune settings in the database server appropriately. Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes. If suffixed with %, one will get that percentage of RAM devoted to dataset.
 
15
    description: (deprecated) How much data do you want to keep in memory in the DB. This will be used to tune settings in the database server appropriately. Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes. If suffixed with %, one will get that percentage of RAM devoted to dataset.
16
16
  max-connections:
17
17
    default: -1
18
18
    type: int
103
103
    description: |
104
104
        A comma-separated list of nagios servicegroups.
105
105
        If left empty, the nagios_context will be used as the servicegroup
 
106
  innodb-buffer-pool-size:
 
107
    default:
 
108
    type: string
 
109
    description: |
 
110
      By default this value will be set according to the 50% of system total memory
 
111
      but also can be set to any specific value for the system.
 
112
      Suffix this value with 'K','M','G', or 'T' to get the relevant kilo/mega/etc. bytes.
 
113
      If suffixed with %, one will get that percentage of system total memory devoted.