From 6f4fa1356549e024a4fe9295a7c833f3f57c7ff4 Mon Sep 17 00:00:00 2001 From: Simon Hoenscheid Date: Fri, 23 Aug 2024 16:37:48 +0200 Subject: [PATCH] update comment --- templates/setenv.sh.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/setenv.sh.erb b/templates/setenv.sh.erb index face771..ff3215f 100644 --- a/templates/setenv.sh.erb +++ b/templates/setenv.sh.erb @@ -82,7 +82,7 @@ export JAVA_OPTS # Set the JVM arguments used to start Confluence. For a description of the options, see # http://www.oracle.com/technetwork/java/javase/tech/vmoptions-jsp-140102.html -<%- if version[0] == 7 # 7.x.x or higher -%> +<%- if version[0] == 7 # 7.x.x -%> <%- if version[1] >= 1 # 7.1.x or higher -%> CATALINA_OPTS="-XX:+IgnoreUnrecognizedVMOptions ${CATALINA_OPTS}" CATALINA_OPTS="-Xlog:gc+age=debug:file=$LOGBASEABS/logs/gc-`date +%F_%H-%M-%S`.log::filecount=5,filesize=2M ${CATALINA_OPTS}"