Freebsd-10.0-CURRENT problem in the bottom half

Ryan Stone rysto32 at gmail.com
Thu Oct 31 15:32:16 UTC 2013


On Thu, Oct 31, 2013 at 10:00 AM, Venkata Duvvuru
<VenkatKumar.Duvvuru at emulex.com> wrote:
> 34.98%  [303027]   trash_ctor @ /boot/kernel/kernel

This indicates that you have INVARIANTS enabled (and you're probably
running GENERIC, so you also have WITNESS).  These will debugging
features will substantially impact performance.  To do performance
testing on head, you need disable these options from your kernel
config:

nooptions INVARIANTS
nooptions WITNESS
nooptions MALLOC_DEBUG_MAXZONES

Also, set MALLOC_PRODUCTION=yes in /etc/make.conf.  Then rebuild your
world and kernel and try again.


More information about the freebsd-current mailing list