Package com.atlassian.jira.health.checks
Class MinMemoryHealthCheck
java.lang.Object
com.atlassian.jira.health.AbstractHealthCheck
com.atlassian.jira.health.HealthCheckTemplate
com.atlassian.jira.health.checks.MinMemoryHealthCheck
- All Implemented Interfaces:
HealthCheck
Checks that JIRA has the minimum min and max heap set. This checks for the below:
Xmx: < 768 will block startup
Xms: < 384 will warn on startup
-
Field Summary
Fields inherited from interface com.atlassian.jira.health.HealthCheck
BLOCKING_START, CAUSE_KEY, CHECK_ID_KEY, DISMISSIBLE, EVENT_ID_KEY, HELP_URL_KEY, INTERACTIVE_JOHNSON, JOHNSON_UI_VERSION, TEMPLATE_CONTEXT
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected List<HealthCheckResult>
protected Set<LifecyclePhase>
Methods inherited from class com.atlassian.jira.health.HealthCheckTemplate
isApplicableFor, perform
Methods inherited from class com.atlassian.jira.health.AbstractHealthCheck
getPrerequisites
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.atlassian.jira.health.HealthCheck
getId
-
Constructor Details
-
MinMemoryHealthCheck
-
-
Method Details
-
getApplicablePhases
- Specified by:
getApplicablePhases
in classHealthCheckTemplate
-
doPerform
- Specified by:
doPerform
in classHealthCheckTemplate
-