KDE core dump files placement

Where can I specify a location for KDE (and application also) where core dump files (*.core) need put?
For instance, I have for root partition ("/") so not large size... But when KDE had been crashed (or some applications) core dump files puts to the root partition and there is not enough disk size for them... and then crashed all!x(

Thanks!

Keep your feet on the ground
 
See also core(5).

If you're not planning on actually looking at or analysing the core files, just disable them, or drop them in the bitbucket.

Code:
sysctl kern.coredump=0
sysctl kern.corefile=/dev/null
 
Back
Top