View Single Post
  #2   (View Single Post)  
Old 1st March 2012
jggimi's Avatar
jggimi jggimi is offline
More noise than signal
 
Join Date: May 2008
Location: USA
Posts: 7,983
Default

When a core dump is taken:
  1. The kernel saves the core dump and control information to swap space.
  2. On boot, rc(8) executes savecore(8) to copy any core dumps to /var/swap.
If you want diagnostic information captured when the kernel panics, you will need sufficient swap space so that the kernel can capture the dump. The savecore(8) program will not copy the dump from swap to /var/crash if there is insufficient space.

Since you don't want to capture diagnostic information on any failures, you need not retain space in /var for a core dump.
Reply With Quote