How To prevent bro creating core dump

Hi,
How To prevent bro creating core dump

If you are using BroControl you could try setting up a hard limit for
core dumps (e.g. /etc/security/limits.conf), or else manually patch
out where BroControl unlimits the size of core dumps [1].

If you were using `bro` directly, then it's the standard process for
managing shell limits (e.g. `ulimit -c 0` for current bash shell, as
you may already know).

- Jon

[1] https://github.com/bro/broctl/blob/c5dd2ba83dda185d2008731a5cd25b2b8131ac78/bin/run-bro#L61