Line 58 (in current version) of bro.sh has a check for $malloc, but that variable is never set. This should probably be settable somewhere, or maybe remove that and force whatever malloc we think is best on RHEL7/CentOS7. (Is that tcmalloc?)
yeah, that was left over from the script I based it on. I believe tcmalloc gets used automatically which is why I didn't notice, but forcing jemalloc would be even better.
Line 58 (in current version) of bro.sh has a check for $malloc, but that variable is never set. This should probably be settable somewhere, or maybe remove that and force whatever malloc we think is best on RHEL7/CentOS7. (Is that tcmalloc?)