You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to upgrade notes for 7.13.x JVM_CODE_CACHE_ARGS should be set.
This option is missed because setenv.sh is delivered via ERB template.
I was able to work around this setting in Hiera.
jira::java_opts: '-XX:InitialCodeCacheSize=32m -XX:ReservedCodeCacheSize=512m -Dorg.dom4j.factory=com.atlassian.core.xml.InterningDocumentFactory'
InterningDocumentFactory is another missing option, for which I will create a separate issue, #309 .
The text was updated successfully, but these errors were encountered:
According to upgrade notes for 7.13.x JVM_CODE_CACHE_ARGS should be set.
This option is missed because setenv.sh is delivered via ERB template.
I was able to work around this setting in Hiera.
jira::java_opts: '-XX:InitialCodeCacheSize=32m -XX:ReservedCodeCacheSize=512m -Dorg.dom4j.factory=com.atlassian.core.xml.InterningDocumentFactory'
InterningDocumentFactory is another missing option, for which I will create a separate issue, #309 .
The text was updated successfully, but these errors were encountered: