From owner-freebsd-current@FreeBSD.ORG Fri Jul 17 14:12:10 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D51391065670; Fri, 17 Jul 2009 14:12:10 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) Received: from esa-jnhn.mail.uoguelph.ca (esa-jnhn.mail.uoguelph.ca [131.104.91.44]) by mx1.freebsd.org (Postfix) with ESMTP id 6F19B8FC22; Fri, 17 Jul 2009 14:12:10 +0000 (UTC) (envelope-from rmacklem@uoguelph.ca) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ApoEAI8jYEqDaFvI/2dsb2JhbADRA4QNBQ X-IronPort-AV: E=Sophos;i="4.42,417,1243828800"; d="scan'208";a="41542009" Received: from darling.cs.uoguelph.ca ([131.104.91.200]) by esa-jnhn-pri.mail.uoguelph.ca with ESMTP; 17 Jul 2009 10:12:09 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by darling.cs.uoguelph.ca (Postfix) with ESMTP id 9C31F9400A7; Fri, 17 Jul 2009 10:12:09 -0400 (EDT) X-Virus-Scanned: amavisd-new at darling.cs.uoguelph.ca Received: from darling.cs.uoguelph.ca ([127.0.0.1]) by localhost (darling.cs.uoguelph.ca [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id ZegxjIrZvfB2; Fri, 17 Jul 2009 10:12:08 -0400 (EDT) Received: from muncher.cs.uoguelph.ca (muncher.cs.uoguelph.ca [131.104.91.102]) by darling.cs.uoguelph.ca (Postfix) with ESMTP id D70BE94009E; Fri, 17 Jul 2009 10:12:08 -0400 (EDT) Received: from localhost (rmacklem@localhost) by muncher.cs.uoguelph.ca (8.11.7p3+Sun/8.11.6) with ESMTP id n6HEF9N29377; Fri, 17 Jul 2009 10:15:09 -0400 (EDT) X-Authentication-Warning: muncher.cs.uoguelph.ca: rmacklem owned process doing -bs Date: Fri, 17 Jul 2009 10:15:09 -0400 (EDT) From: Rick Macklem X-X-Sender: rmacklem@muncher.cs.uoguelph.ca To: Kostik Belousov In-Reply-To: <20090717081043.GP55190@deviant.kiev.zoral.com.ua> Message-ID: References: <861vogcyp4.fsf@gmail.com> <20090717081043.GP55190@deviant.kiev.zoral.com.ua> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: Anonymous , Rick Macklem , freebsd-current@freebsd.org Subject: Re: [newnfs/client] -alldirs: listing files consumes too much memory X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 17 Jul 2009 14:12:11 -0000 On Fri, 17 Jul 2009, Kostik Belousov wrote: > > Without looking too hard into it, could it be due to read-ahead ? > Afraid not. I already tried commenting readahead out. Also, it is pretty well an exact clone of what is in the regular nfs client (which doesn't have the problem). I'll be poking around at it to-day, rick