Confluence Crashes Due to CodeCache in JVM Becoming Full
Platform Notice: Data Center - This article applies to Atlassian products on the Data Center platform.
Note that this knowledge base article was created for the Data Center version of the product. Data Center knowledge base articles for non-Data Center-specific features may also work for Server versions of the product, however they have not been tested. Support for Server* products ended on February 15th 2024. If you are running a Server product, you can visit the Atlassian Server end of support announcement to review your migration options.
*Except Fisheye and Crucible
Symptoms
The following appears in the atlassian-confluence.log
:
Caused by: java.lang.VirtualMachineError: out of space in CodeCache for adapters
Diagnosis
The instance will have crashed, locked up or frozen, but once restarted the instance will continue to perform normally until the next freeze/hang/crash.
Cause
The reason this occurs isn't clear, but the problem is that the CodeCache of the JVM becomes full and as a result the JVM locks up and the instance will crash.
Resolution
Add the following argument to the Java startup options by following these instructions.
-XX:+UseCodeCacheFlushing
- Restart the application to initialise the new configuration.