From owner-freebsd-fs@FreeBSD.ORG Tue Jul 8 21:12:28 2008 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 35778106567F for ; Tue, 8 Jul 2008 21:12:28 +0000 (UTC) (envelope-from julian@elischer.org) Received: from outF.internet-mail-service.net (outf.internet-mail-service.net [216.240.47.229]) by mx1.freebsd.org (Postfix) with ESMTP id 1FFDB8FC42 for ; Tue, 8 Jul 2008 21:12:28 +0000 (UTC) (envelope-from julian@elischer.org) Received: from idiom.com (mx0.idiom.com [216.240.32.160]) by out.internet-mail-service.net (Postfix) with ESMTP id D34CC2382; Tue, 8 Jul 2008 14:12:27 -0700 (PDT) Received: from julian-mac.elischer.org (localhost [127.0.0.1]) by idiom.com (Postfix) with ESMTP id 8EAC42D600F; Tue, 8 Jul 2008 14:12:27 -0700 (PDT) Message-ID: <4873D83A.2080803@elischer.org> Date: Tue, 08 Jul 2008 14:12:26 -0700 From: Julian Elischer User-Agent: Thunderbird 2.0.0.14 (Macintosh/20080421) MIME-Version: 1.0 To: juri_mian@yahoo.com References: <958164.4787.qm@web45611.mail.sp1.yahoo.com> In-Reply-To: <958164.4787.qm@web45611.mail.sp1.yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-fs@freebsd.org Subject: Re: 24 TB UFS2 reality check ? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 08 Jul 2008 21:12:28 -0000 Juri Mianovich wrote: > > > --- On Tue, 7/8/08, Julian Elischer wrote: > > >> You had better have a lot of memory available ot your >> processes to be >> able to fsck this baby.. (it'd better be an amd64).. >> I don't remember the exact numbers but for 16k >> blocksize, >> it was something like 200MB ram for each 100GB of >> filesystem when >> populated with 60KB files.. >> (don't trust those numbers, do some testing (and let us >> know :-) ) > > > Thank you very much. > > I currently have a similar system with: > > /dev/da1 8.0T 1.3T 6.1T 16% /users > > which was created with 'newfs -i 32768 -U /dev/da1' ... and I can > successfully fsck it with my: > > kern.maxdsiz="2572000000" > > setting. > > So perhaps a filesystem 3x that size should be '-i 131072' to > maintain the same ability to fsck ? > > None of these systems are 64-bit - they are all running i386 w/4 GB > of ram. > > If I stuck with '-i 65536' (instead of going all the way to 131072) > and things got sticky, I could always temporarily reboot with a > maxdsiz closer to 3 GB, right ? You will have to do tests to see how big the virtual size of the fsck process gets per TB of disk. you should be able to see it with top. Notice that your 8TB filesystem is only 16% full. The memory will increase to some exgtent when you have more files.. try filling up your 8TB system with files and doing it again. > >