From owner-freebsd-stable@FreeBSD.ORG Fri Nov 30 05:30:37 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BE5AB16A418 for ; Fri, 30 Nov 2007 05:30:37 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from smtp5.clear.net.nz (smtp5.clear.net.nz [203.97.33.68]) by mx1.freebsd.org (Postfix) with ESMTP id 7CF0E13C46A for ; Fri, 30 Nov 2007 05:30:37 +0000 (UTC) (envelope-from markir@paradise.net.nz) Received: from zmori.markir.net (121-72-80-54.dsl.telstraclear.net [121.72.80.54]) by smtp5.clear.net.nz (CLEAR Net Mail) with ESMTP id <0JSA005KVZXZ5320@smtp5.clear.net.nz> for freebsd-stable@freebsd.org; Fri, 30 Nov 2007 18:15:35 +1300 (NZDT) Date: Fri, 30 Nov 2007 18:15:33 +1300 From: Mark Kirkwood In-reply-to: <474F8F2C.7010108@guckux.de> To: freebsd-stable@freebsd.org Message-id: <474F9C75.2040109@paradise.net.nz> MIME-version: 1.0 Content-type: text/plain; charset=UTF-8; format=flowed Content-transfer-encoding: 7bit References: <474F8F2C.7010108@guckux.de> User-Agent: Thunderbird 2.0.0.6 (X11/20071025) Subject: Re: FreeBSD 7b3 - ZFS crashes X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 30 Nov 2007 05:30:37 -0000 Stefan Huerter wrote: > Hello > > Just testing the new FB 7beta3 - installed from the ISO-images. > System is running on an SCSI 9GB disk, the machine has 750MHz with > 512MB Ram and the zfs is using 8 ATA Disks, 4x120GB and 4x160GB > connected to Promise Fasttrak TX2 (with no configs). > Creating the ZFS using "zpool create tank raidz adX" was fascinating, > after a few seconds I have 920GB disk space - WoW. > kmem_min is 256MB. > > Next step was creating /tank/CTM and /tank/CVS, then running > pwd:/tank/CVS/ctm -vvv /tank/CTM/* and while extracting it suddenly > hangs. > > Nice: I can login in new sessions. > Bad: Systems hangs, sync runs in nirwana and trying to reboot produces > "Deadly processes found, won't die" and hangs up the reboot. > > See: http://wiki.freebsd.org/ZFSTuningGuide However - as you have 512Mb of RAM you can't really take up the suggestions there. I'm trying zfs out on a 2xPIII 1.26Ghz with 2G of RAM - and even after fooling about with custom kernels that have increased KVA_PAGES... I can't get the zfs buffer cache to use any more than 600Mb of (kernel) memory. It is however stable... so more memory helps! Any chance of you finding any more RAM for the box? Cheers Mark