Skip to content

Commit

Permalink
Tests are nice
Browse files Browse the repository at this point in the history
  • Loading branch information
oranenj committed Apr 15, 2021
1 parent 5b2e337 commit e732820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/setenv.sh.epp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ JVM_SUPPORT_RECOMMENDED_ARGS='<%= $jira::java_opts %>'
# For Java 11 and relatively small heaps we recommend: -XX:+UseParallelGC
# For Java 11 and larger heaps we recommend: -XX:+UseG1GC -XX:+ExplicitGCInvokesConcurrent
#
JVM_GC_ARGS='<% pick_default($jira::jvm_gc_args, $jira::config::jvm_gc_args) %>'
JVM_GC_ARGS='<%= pick_default($jira::jvm_gc_args, $jira::config::jvm_gc_args) %>'

#
# 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.
Expand Down

0 comments on commit e732820

Please sign in to comment.