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

Both sides previous revisionPrevious revision
resolution_area:watchdog_resolutions:res-w9403 [2021/06/29 17:07] btobinresolution_area:watchdog_resolutions:res-w9403 [2021/07/05 16:25] (current) 10.91.120.28
Line 5: Line 5:
  
  
-**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.1624982831.txt.gz · Last modified: 2021/06/29 17:07 by btobin