File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,15 +16,15 @@ wsrep-sync-wait=7
16
16
# galera_port=@OPT.port
17
17
# ist_port=@OPT.port
18
18
# sst_port=@OPT.port
19
- wsrep_provider_options =' base_port=@mysqld.1.#galera_port'
19
+ wsrep_provider_options =' base_port=@mysqld.1.#galera_port;gcache.size=10M '
20
20
wsrep_sst_receive_address =' 127.0.0.1:@mysqld.1.#sst_port'
21
21
22
22
[mysqld.2]
23
23
# galera_port=@OPT.port
24
24
# ist_port=@OPT.port
25
25
# sst_port=@OPT.port
26
26
wsrep_cluster_address =' gcomm://127.0.0.1:@mysqld.1.#galera_port'
27
- wsrep_provider_options =' base_port=@mysqld.2.#galera_port'
27
+ wsrep_provider_options =' base_port=@mysqld.2.#galera_port;gcache.size=10M '
28
28
wsrep_sst_receive_address =' 127.0.0.1:@mysqld.2.#sst_port'
29
29
30
30
[ENV]
Original file line number Diff line number Diff line change 5
5
# galera_port=@OPT.port
6
6
# ist_port=@OPT.port
7
7
# sst_port=@OPT.port
8
- wsrep_provider_options =' base_port=@mysqld.1.#galera_port'
8
+ wsrep_provider_options =' base_port=@mysqld.1.#galera_port;gcache.size=10M '
9
9
You can’t perform that action at this time.
0 commit comments