From owner-freebsd-fs@FreeBSD.ORG Mon Jul 11 09:24:29 2011 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 479B5106566B for ; Mon, 11 Jul 2011 09:24:29 +0000 (UTC) (envelope-from kraduk@gmail.com) Received: from mail-gy0-f182.google.com (mail-gy0-f182.google.com [209.85.160.182]) by mx1.freebsd.org (Postfix) with ESMTP id E848A8FC14 for ; Mon, 11 Jul 2011 09:24:28 +0000 (UTC) Received: by gyf3 with SMTP id 3so1772878gyf.13 for ; Mon, 11 Jul 2011 02:24:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=EKeCqItHqICh9A2Q/KxsNwnrU58PIE6/ZHQWYAVEHlg=; b=E0kmP7up0fUnR6Ab6nAlj9Yr7jyghKTWPI70140+L/U9OWnUJ9f96hULMMVh8lyo5R SfUQneb5tdRAMzu6F5Zyl+uaYNHXtwSS7BuU2DWl6lWeBEqsaKR1hTuGtwkSlrBTcWiG LRKBCsSurJnubVREF0ORyLx24cJDhGJnKGL0g= MIME-Version: 1.0 Received: by 10.236.184.202 with SMTP id s50mr5413670yhm.346.1310376268052; Mon, 11 Jul 2011 02:24:28 -0700 (PDT) Received: by 10.236.110.14 with HTTP; Mon, 11 Jul 2011 02:24:27 -0700 (PDT) In-Reply-To: References: <1309217450.43651.YahooMailRC@web120014.mail.ne1.yahoo.com> <20110628010822.GA41399@icarus.home.lan> <1309302840.88674.YahooMailRC@web120004.mail.ne1.yahoo.com> <20110628234723.GA63965@icarus.home.lan> Date: Mon, 11 Jul 2011 10:24:27 +0100 Message-ID: From: krad To: Ivan Voras Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: freebsd-fs@freebsd.org Subject: Re: Improving old-fashioned UFS2 performance with lots of inodes... 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: Mon, 11 Jul 2011 09:24:29 -0000 On 6 July 2011 11:34, Ivan Voras wrote: > On 29/06/2011 01:47, Jeremy Chadwick wrote: > > unfortunately, so for now we will use UFS2, and as I said ... it seems a >>> shame >>> that UFS2 cannot use system RAM for any good purpose... >>> >>> Or can it ? Anyone ? >>> >> >> Like I said: the only person (I know of) who could answer this would be >> Kirk McKusick. I'm not well-versed in the inner workings and design of >> filesystems; Kirk would be. I'm not sure who else "knows" UFS around >> here. >> > > UFS will use all your memory for caching, there's no known issues here. Of > course, you still need to read all this data in to be cached. > > As Jeremy said, even ZFS will not help you with huge file systems without > some work. You could read this: http://en.wikipedia.org/wiki/**Shardingand simply replace "databases" with "file systems" and "tables" with > "directories" :) > > > > ______________________________**_________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/**mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@**freebsd.org > " > Sorry if i misread this but are you saying you are having memory issues with rsync? If so what version are you using?