confluence
confluence copied to clipboard
Dockerized Atlassian Confluence
This occurs at launch (after entering license key) when usinng the [OpenJ9 JVM](https://www.eclipse.org/openj9/): ``` com.atlassian.config.ConfigurationException: Error creating bean with name 'platformInitializer' defined in URL [jar:file:/opt/atlassian/confluence/confluence/WEB-INF/lib/confluence-6.15.9.jar!/monitoringContext.xml]: Invocation of init method failed;...
As I was reading through the README, I noticed a mention on Jenkins: https://github.com/blacklabelops/confluence/blame/master/README.md#L469 & https://github.com/blacklabelops/confluence/blame/master/README.md#L423 Is this intentional?
The current blacklabelops `docker-compose.yaml` Java VM settings are as follows: ``` environment: - 'CATALINA_OPTS= -Xms256m -Xmx1g' ``` The Atlassian recommendations on [this page](https://confluence.atlassian.com/doc/managing-application-server-memory-settings-32899336.html) state: > In the general case, both...