Memory Information screen shows 0% free metaspace in Jira server
Platform Notice: Data Center Only - This article only applies to Atlassian products on the Data Center platform.
Note that this KB was created for the Data Center version of the product. Data Center KBs 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
Problem
The Memory Information under Administration > System > System Info displays 0% Free MetaSpace:

Environment
JIRA applications running with Java 1.8 or later.
The -XX:MaxMetaspaceSizeJVM argument is not configured.
Cause
This is the expected behavior.
Java 8 replaces the PermGen memory area with MetaSpace, which is dynamically allocated on native memory. The amount of native memory that can be used for class metadata is by default unlimited and managed by the JVM automatically.
Source:
Resolution
No action is required - This is the expected behavior.
Was this helpful?