If you use the bash command shell, you may make a modification to your environment that will prohibit core files from using up disk space in your directories. Do this by adding the line 

ulimit -c 1
to the bottom of your .bashrc file.  Adding this line will ensure that whenever the system dumps core, the core file will be only 1K.