summaryrefslogtreecommitdiff
path: root/support-files
diff options
context:
space:
mode:
authorJan Lindström <jan.lindstrom@mariadb.com>2019-02-21 09:19:18 +0200
committerJan Lindström <jan.lindstrom@mariadb.com>2019-02-21 09:19:18 +0200
commitb88a803459c479f41bbff0a2bfe4c8d90cd1c446 (patch)
tree6604e2a94c17145bf912919a7dad538a24d92cc1 /support-files
parentd9f7b6be5aa8d0eea18d1f122338b6058c03fdc3 (diff)
downloadmariadb-git-b88a803459c479f41bbff0a2bfe4c8d90cd1c446.tar.gz
MDEV-17428: Update wsrep_max_ws_rows and wsrep_max_ws_size values in wsrep.cnf.sh
Since MariaDB 10.1.17 the new default values for wsrep_max_ws_rows and wsrep_max_ws_size were set: wsrep_max_ws_rows Default Value: 0 (>= MariaDB Galera 10.0.27, MariaDB 10.1.17) 131072 (<= MariaDB Galera 10.0.26, MariaDB 10.1.16) wsrep_max_ws_size Default Value: 2147483647 (2GB, >= MariaDB Galera 10.0.27, MariaDB 10.1.17) 1073741824 (1GB, <= MariaDB Galera 10.0.26, MariaDB 10.1.16)
Diffstat (limited to 'support-files')
-rw-r--r--support-files/wsrep.cnf.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/support-files/wsrep.cnf.sh b/support-files/wsrep.cnf.sh
index 51ce3dca2dd..7242fff9f7a 100644
--- a/support-files/wsrep.cnf.sh
+++ b/support-files/wsrep.cnf.sh
@@ -67,10 +67,10 @@ wsrep_slave_threads=1
wsrep_certify_nonPK=1
# Maximum number of rows in write set
-wsrep_max_ws_rows=131072
+wsrep_max_ws_rows=0
# Maximum size of write set
-wsrep_max_ws_size=1073741824
+wsrep_max_ws_size=2147483647
# to enable debug level logging, set this to 1
wsrep_debug=0