Class MinMemoryHealthCheck

All Implemented Interfaces:
HealthCheck

public class MinMemoryHealthCheck extends HealthCheckTemplate
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