We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ec8692d + 3e56cfb commit 9d7eeddCopy full SHA for 9d7eedd
1 file changed
templates/setenv.sh.erb
@@ -70,13 +70,13 @@ echo "--------------------------------------------------------------------------
70
JVM_MINIMUM_MEMORY="<%= scope['confluence::jvm_xms'] %>"
71
JVM_MAXIMUM_MEMORY="<%= scope['confluence::jvm_xmx'] %>"
72
JVM_PERMGEN_MEMORY="<%= scope['confluence::jvm_permgen'] %>"
73
+<%- end -%>
74
75
#
76
# Additional JAVA_OPTS
77
78
JAVA_OPTS="<%= scope['confluence::java_opts'] %> $JAVA_OPTS"
79
export JAVA_OPTS
-<%- end -%>
80
<%- if version[0] >= 5 -%>
81
82
# Set the JVM arguments used to start Confluence. For a description of the options, see
@@ -126,4 +126,3 @@ CATALINA_OPTS="<%= catalina_opts %> ${CATALINA_OPTS}"
126
127
export CATALINA_OPTS
128
<%- end # if version[0] >= 5 -%>
129
-
0 commit comments