Date: Mon, 1 Sep 2008 02:15:28 +0000 From: John Birrell <jb@what-creek.com> To: stable@freebsd.org Subject: ZFS performance issues (solved?!) Message-ID: <20080901021528.GB56694@what-creek.com>
next in thread | raw e-mail | index | archive | help
For those people experiencing a performance degradation since the DTrace import, please update your copy of src/sys/cddl/compat/opensolaris/kern/opensolaris_kmem.c by either cvsup of direct edit to remove "#define KMEM_DEBUG". You only need to rebuild the opensolaris kernel module after this change. The code is shared between ZFS and DTrace via the opensolaris kernel module. This is also the reason why you found it necessary to add KDB, DDB and STACK to your kernel. After removing KMEM_DEBUG, you won't need those. Please confirm that this solves the problem you have been seeing. -- John Birrell
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20080901021528.GB56694>