10

I'm receiving a disk usage warning from the server "
The filesystem “/” mounted at “/” reached “critical” status because you currently use 92.77% of its available blocks."

After deep investigation I found that /var/crash is using 56G. Is it safe to remove vmcore files from there without affecting server performance or boot?

WiTon Nope
  • 111
  • 1
  • 1
  • 3

1 Answers1

11

You can delete files in under /var/crash if you're willing to lose useful information needed to debug those crashes.

Your bigger issue is what is causing all of those crashes.

It is most likely this folder is filled by corekeeper and it deletes every 7 days which means all those dumps happened recently.

jdwolf
  • 4,887
  • 1
  • 13
  • 28