User Tools

Site Tools


resolution_area:prometheus_resolutions:res-p1401

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
resolution_area:prometheus_resolutions:res-p1401 [2021/07/05 11:51] 10.91.120.28resolution_area:prometheus_resolutions:res-p1401 [2022/12/19 11:33] (current) 10.91.110.100
Line 10: Line 10:
  
  
-**Resolution:** Check free space on server: “df -h”+**Resolution:** Check free space on server: “df -h” & remove any large temporary files 
  
-**Manual Action Steps:** Remove any large temporary files i.e. DB dumps, heap dumps, large files in temp or backup directories.+  sudo du -sxh /* 2>/dev/null | sort -h 
 + 
 +Above command is useful to pinpoint which folder has most space usage. Move into this folder and run again to see which folder inside has most space.. continue until you find the source. 
 + 
 +**Manual Action Steps:** Temporary files include DB dumps, heap dumps, large files in temp or backup directories.
  
 **Auto Clear:** Will clear when disk space is lower than 90%/80% **Auto Clear:** Will clear when disk space is lower than 90%/80%
resolution_area/prometheus_resolutions/res-p1401.1625482273.txt.gz · Last modified: 2021/07/05 11:51 by 10.91.120.28