From owner-freebsd-questions@FreeBSD.ORG Wed Jun 8 15:01:12 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 6AEAE16A41C for ; Wed, 8 Jun 2005 15:01:12 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from smtp-out3.blueyonder.co.uk (smtp-out3.blueyonder.co.uk [195.188.213.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id EEBE243D1F for ; Wed, 8 Jun 2005 15:01:10 +0000 (GMT) (envelope-from xfb52@dial.pipex.com) Received: from [82.41.37.55] ([82.41.37.55]) by smtp-out3.blueyonder.co.uk with Microsoft SMTPSVC(5.0.2195.6713); Wed, 8 Jun 2005 16:01:47 +0100 Message-ID: <42A70833.806@dial.pipex.com> Date: Wed, 08 Jun 2005 16:01:07 +0100 From: Alex Zbyslaw User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-GB; rv:1.7.8) Gecko/20050530 X-Accept-Language: en, en-us, pl MIME-Version: 1.0 To: Frantisek Rysanek References: <42A717EB.8095.9574FF2F@localhost> In-Reply-To: <42A717EB.8095.9574FF2F@localhost> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 08 Jun 2005 15:01:47.0521 (UTC) FILETIME=[FDFF7F10:01C56C3A] Cc: 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:01:12 -0000 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