From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 15:45:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9952616A41C for ; Wed, 8 Jun 2005 15:45:40 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (mail.goinet.com [208.207.72.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D6D243D1D for ; Wed, 8 Jun 2005 15:45:40 +0000 (GMT) (envelope-from tshadwick@goinet.com) Received: from mail.goinet.com (localhost.goinet.com [127.0.0.1]) by mail.goinet.com (8.13.1/8.13.1) with ESMTP id j58FjRgx032457; Wed, 8 Jun 2005 10:45:27 -0500 (CDT) (envelope-from tshadwick@goinet.com) Received: from localhost (tshadwick@localhost) by mail.goinet.com (8.13.1/8.13.1/Submit) with ESMTP id j58FjQrX032452; Wed, 8 Jun 2005 10:45:26 -0500 (CDT) (envelope-from tshadwick@goinet.com) X-Authentication-Warning: mail.goinet.com: tshadwick owned process doing -bs Date: Wed, 8 Jun 2005 10:45:26 -0500 (CDT) From: Tony Shadwick To: Alex Zbyslaw In-Reply-To: <42A70833.806@dial.pipex.com> Message-ID: <20050608104357.O23064@mail.goinet.com> References: <42A717EB.8095.9574FF2F@localhost> <42A70833.806@dial.pipex.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Virus-Scanned: ClamAV version 0.85.1, clamav-milter version 0.85 on mail.goinet.com X-Virus-Status: Clean Cc: Frantisek Rysanek , freebsd-questions@freebsd.org Subject: Re: 12TB GEOM stripe, newfs, then fsck: cannot alloc 768053748 bytes for blockmap X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Jun 2005 15:45:40 -0000 On Wed, 8 Jun 2005, Alex Zbyslaw wrote: > Frantisek Rysanek wrote: > >> I thought "fsck" would be a plausible benchmarking tool. >> -bash-2.05b# fsck_ufs /dev/stripe/data >> ** /dev/stripe/data >> cannot alloc 768053748 bytes for blockmap >> >> ***** FILE SYSTEM MARKED DIRTY ***** >> >> After a forced mount, the 12TB volume works fine. It just can't be fsck'ed. > Do you have MAXDSIZ set in your kernel? And what about any limits? > > e.g. I have options MAXDSIZ=(1024UL*1024*1024) > and "limit memoryuse unlimited" > > which is all my 1Gb physical memory. The default is a mere 512Mb. You > might need users to be limited to a bit less, but I don't have any of them > :-) > > --Alex Whoa.....wait a sec there. Did I just understand you right, or did you just say that the default amount of RAM that FreeBSD allows in the kernel is 512MB without throwing that switch at compile time???? Aw crap. If you're right, you just explained one of the grander mysteries I'm experiencing with one of my boxes that keeps experiencing symptoms of running out of RAM....