From dbae75501fe0e13bc177f1c3a55afec78c53740a Mon Sep 17 00:00:00 2001 From: Sergey Kosarev Date: Mon, 18 Jun 2018 12:32:51 +0300 Subject: [PATCH] IGNITE-8815 Ease enabling wal mangement in control.sh IGNITE-8815 Ease enabling wal mangement in control.sh --- bin/control.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/bin/control.sh b/bin/control.sh index e2b75afbd1a07..7f84696831c50 100755 --- a/bin/control.sh +++ b/bin/control.sh @@ -92,6 +92,11 @@ if [ -z "$JVM_OPTS" ] ; then fi fi +# +# Uncomment to enable experimental commands [--wal] +# +# JVM_OPTS="${JVM_OPTS} -DIGNITE_ENABLE_EXPERIMENTAL_COMMAND=true" + # # Uncomment the following GC settings if you see spikes in your throughput due to Garbage Collection. #