From owner-freebsd-current@FreeBSD.ORG Mon Nov 5 00:41:50 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A1EC216A419 for ; Mon, 5 Nov 2007 00:41:50 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: from smtp811.mail.ird.yahoo.com (smtp811.mail.ird.yahoo.com [217.146.188.71]) by mx1.freebsd.org (Postfix) with SMTP id 00FAA13C494 for ; Mon, 5 Nov 2007 00:41:49 +0000 (UTC) (envelope-from Thomas.Sparrevohn@btinternet.com) Received: (qmail 40085 invoked from network); 5 Nov 2007 00:41:39 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=btinternet.com; h=Received:X-YMail-OSG:From:To:Subject:Date:User-Agent:Cc:References:In-Reply-To:MIME-Version:Content-Type:Content-Transfer-Encoding:Content-Disposition:Message-Id; b=EeQTEumYGBxAsOQQ803VNQihRzQEVSvKgLhUdlAEhR433Y1gIbBextkABTNsPTrp/RUDnaGiRYBC5aLTOSEagFibpOvYlZ2DoS3bBeN4Je/BCwLMnzwNZdEJTHUe1S/sU5OW+qbJJqVBKGgGR2HNRu/JlUo6ONBnjMeGL4Q1jHE= ; Received: from unknown (HELO w2fzz0vc03.aah-go-on.com) (thomas.sparrevohn@btinternet.com@86.133.212.97 with login) by smtp811.mail.ird.yahoo.com with SMTP; 5 Nov 2007 00:41:39 -0000 X-YMail-OSG: fvxHsAIVM1kraMh2CLBT1EjjwjzduztNE1IgB2u6pbrm..zA.9jEpL6jMVXx72hgR03jKQLIm5SOcoMUz5k4hIH9dKIoRFuPkNVfbjAwKg6p2KC6ROO9jRgbmPo- From: Thomas Sparrevohn To: freebsd-current@freebsd.org Date: Mon, 5 Nov 2007 00:41:37 +0000 User-Agent: KMail/1.9.7 References: <200711021208.25913.Thomas.Sparrevohn@btinternet.com> <200711041423.54336.Thomas.Sparrevohn@btinternet.com> <472DDEA2.7080804@FreeBSD.org> In-Reply-To: <472DDEA2.7080804@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200711050041.38229.Thomas.Sparrevohn@btinternet.com> Cc: Peter Schuller Subject: Re: ZFS Hangs X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 05 Nov 2007 00:41:50 -0000 On Sunday 04 November 2007 15:00:50 Kris Kennaway wrote: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/kerneldebug.html > Oh my god - Overlooked that ;-) - funny that - Its a bit tricky as it not possibly to dump a kernel when the swap is on ZFS - I did a test with all debugging enabled and the problem did not show up - which makes it somewhat nasty - I check if I can reproduce it with only DDB enabled But as I said - I have been running with root on ZFS for quite a while without problems - There are however two things that does not make much sense 1) number of vnodes are reduces to 100,000 by the kernel (AMD64) 2) If I extent the cache size "wildly" it seems to be stable about 600MB +- 67MB Regards Thomas