Hi - is there a way to disable core dumps? They are taking a long time to write, and there is a known issue we are waiting to address.
I’d like to be able to do something like this:
sysctl -w kern.coredump=0
Which I would think might handle the issue?
Thanks.