Re: Freebsd-10.0-CURRENT problem in the bottom half

From: Ryan Stone <rysto32_at_gmail.com>
Date: Thu, 31 Oct 2013 11:32:15 -0400
On Thu, Oct 31, 2013 at 10:00 AM, Venkata Duvvuru
<VenkatKumar.Duvvuru_at_emulex.com> wrote:
> 34.98%  [303027]   trash_ctor _at_ /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.
Received on Thu Oct 31 2013 - 14:32:16 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:43 UTC