User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w9403

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
resolution_area:watchdog_resolutions:res-w9403 [2021/06/25 10:09] – external edit 127.0.0.1resolution_area:watchdog_resolutions:res-w9403 [2021/07/05 16:25] (current) 10.91.120.28
Line 1: Line 1:
 =====HeapOutOfMemoryErrorFound===== =====HeapOutOfMemoryErrorFound=====
  
-**Level:** __Critical__+**Level:** __Critical__ FIXME
  
  
  
-**Purpose:**+**Purpose:** This alert comes in if the application has run out of available heap.
  
-**Scenario:**+**Scenario:** This appears in application logs<WRAP center round box 60%> 
 +java.lang.OutOfMemoryError: Java heap space 
 +</WRAP> 
 + 
  
-**Resolution:**+**Resolution:** Check the available heap on the application and increase if needed. Then restart the application.
  
-**Manual Action Steps:**+**Manual Action Steps:** Example of setting a Java application to use 6G heap.<WRAP center round box 60%> 
 +java -Xmx6g myprogram
  
-**Auto Clear:**+</WRAP> 
 + 
 + 
 +**Auto Clear:** This will clear if the error is not found in logs after 30 minutes
  
resolution_area/watchdog_resolutions/res-w9403.1624612196.txt.gz · Last modified: 2021/06/25 10:09 by 127.0.0.1