Add an ability to define gcache.size

And increase it value from 128Mb to 1G
Plus small fixes in my.cnf

Change-Id: Iaa7626b98c0ddd70be467ba743c39eee227b5c43
This commit is contained in:
Proskurin Kirill 2016-11-22 20:30:55 +00:00
parent a3a5efc3f3
commit f92f7d9b19
2 changed files with 3 additions and 3 deletions

View File

@ -8,6 +8,7 @@ configs:
cluster_name: "k8scluster"
xtrabackup_password: "password"
monitor_password: "password"
gcache_size: "1G"
port:
cont: 3306
url:

View File

@ -27,8 +27,7 @@ open_files_limit = 102400
wsrep_slave_threads = 4
wsrep_cluster_address = gcomm://
wsrep_provider = /usr/lib/galera3/libgalera_smm.so
wsrep_cluster_name = {{ percona.cluster_name }}
wsrep_sst_method = xtrabackup-v2
wsrep_sst_auth = "root:"
wsrep_sst_auth = "xtrabackup:{{ percona.xtrabackup_password }}"
wsrep_provider_options = "gcache.size={{ percona.gcache_size }}"