From owner-freebsd-current@FreeBSD.ORG Mon Jan 7 02:38:08 2008 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 2F0BB16A46C for ; Mon, 7 Jan 2008 02:38:08 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from conversation.bsdunix.ch (ns1.bsdunix.ch [82.220.1.90]) by mx1.freebsd.org (Postfix) with ESMTP id C39F713C467 for ; Mon, 7 Jan 2008 02:38:07 +0000 (UTC) (envelope-from freebsdlists@bsdunix.ch) Received: from localhost (localhost.bsdunix.ch [127.0.0.1]) by conversation.bsdunix.ch (Postfix) with ESMTP id CA15B5E72; Mon, 7 Jan 2008 03:38:05 +0100 (CET) X-Virus-Scanned: by amavisd-new at mail.bsdunix.ch Received: from conversation.bsdunix.ch ([127.0.0.1]) by localhost (conversation.bsdunix.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id B+c9DdKwvQfl; Mon, 7 Jan 2008 03:38:03 +0100 (CET) Received: from Tom.local (home.bsdunix.ch [82.220.17.23]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by conversation.bsdunix.ch (Postfix) with ESMTP id DA13C5E70; Mon, 7 Jan 2008 03:38:02 +0100 (CET) Message-ID: <4781908A.5090009@bsdunix.ch> Date: Mon, 07 Jan 2008 03:38:02 +0100 From: Thomas Vogt User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070807) MIME-Version: 1.0 To: Ivan Voras References: In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current@freebsd.org Subject: Re: ZFS on AMD64 - any recent crashes? 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, 07 Jan 2008 02:38:08 -0000 Hi Ivan Voras wrote: > Hi, > > In light of the recent discussion about ZFS stability, does anyone still > have kmem_map_too_small panics on AMD64 after tuning it (as presented in > http://wiki.freebsd.org/ZFSTuningGuide)? No crashes so far. ftp2.ch.freebsd.org is running FreeBSD 7 Beta4 with ZFS on a 64bit Intel Quad Core with 4GB since 2-3 months. We provide a cvsup mirror with cvsup.ch.freebsd.org and a portsnap mirror with portsnap3.freebsd.org too. As an official mirror for kde, mysql, fedora, opensuse, openoffice we run several rsync processes a day and offer rsync for mirroring. No problem so far. I never had any ZFS related crash. I just set two paramters in the loader.conf: vm.kmem_size_max="1073741824" vm.kmem_size="1073741824" and kern.maxvnodes=400000 in sysctl.conf I often talk to Solaris admins for larg server farms. They normally use at least 1 GB ram per 1 TB disk space with ZFS. I did the same thing. Regards, Thomas