Skip to content

Commit e732820

Browse files
committed
Tests are nice
1 parent 5b2e337 commit e732820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

templates/setenv.sh.epp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ JVM_SUPPORT_RECOMMENDED_ARGS='<%= $jira::java_opts %>'
2020
# For Java 11 and relatively small heaps we recommend: -XX:+UseParallelGC
2121
# For Java 11 and larger heaps we recommend: -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent
2222
#
23-
JVM_GC_ARGS='<% pick_default($jira::jvm_gc_args, $jira::config::jvm_gc_args) %>'
23+
JVM_GC_ARGS='<%= pick_default($jira::jvm_gc_args, $jira::config::jvm_gc_args) %>'
2424

2525
#
2626
# The following 2 settings control the minimum and maximum given to the JIRA Java virtual machine. In larger JIRA instances, the maximum amount will need to be increased.

0 commit comments

Comments
 (0)