The last core dump it did was 300mb - it's running 20 processes or so, so I would guess now it needs to dump 300*20mb?
If that's the case I need to expand the volume of this server before enabling this, else it'll potentially run out of space.
```` echo "0" > /proc/sys/kernel/core_uses_pid ````
Will disable this again I assume?