-
Suggestion
-
Resolution: Won't Fix
NOTE: This suggestion is for JIRA Cloud. Using JIRA Server? See the corresponding suggestion.
Problem Definition
Currently JIRA is not explicitly selecting a GC method to use. Most JIRA Server instances are using the oldparallel method or Concurrent (CMS) methods to handle the JAVA garbage collection.
Suggested Solution
By default, JIRA should come with the -XX:+UseG1GC JVM startup parameter.
Why this is important
- Improved performance on environments with large heaps
- consistent GC method across initial deployments
Workaround
JIRA Admins are able to manually enable the G1GC method by following the steps in Setting properties and options on startup - Atlassian Documentation and adding the parameter of -XX:+UseG1GC to the JVM_SUPPORT_RECOMMENDED_ARGS= section.
- is related to
-
JRASERVER-64331 Ship Jira with G1GC enabled by default
- Gathering Interest