=====HeapOutOfMemoryErrorFound===== **Level:** __Critical__ FIXME **Purpose:** This alert comes in if the application has run out of available heap. **Scenario:** This appears in application logs java.lang.OutOfMemoryError: Java heap space **Resolution:** Check the available heap on the application and increase if needed. Then restart the application. **Manual Action Steps:** Example of setting a Java application to use 6G heap. java -Xmx6g myprogram **Auto Clear:** This will clear if the error is not found in logs after 30 minutes