Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932168Ab2KMI3q (ORCPT ); Tue, 13 Nov 2012 03:29:46 -0500 Received: from mail-la0-f46.google.com ([209.85.215.46]:59982 "EHLO mail-la0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752590Ab2KMI3n (ORCPT ); Tue, 13 Nov 2012 03:29:43 -0500 Date: Tue, 13 Nov 2012 12:29:36 +0400 From: Cyrill Gorcunov To: David Rientjes Cc: Andrew Morton , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org, Al Viro , Alexey Dobriyan , Pavel Emelyanov , James Bottomley , Matthew Helsley , aneesh.kumar@linux.vnet.ibm.com, bfields@fieldses.org Subject: Re: [patch 3/7] fs, notify: Add file handle entry into inotify_inode_mark Message-ID: <20121113082936.GG6511@moon> References: <20121112101440.665694060@openvz.org> <20121112101845.839702715@openvz.org> <20121112165540.2ec39f50.akpm@linux-foundation.org> <20121113072057.GC6511@moon> <20121112234001.009b2ae3.akpm@linux-foundation.org> <20121113080032.GF6511@moon> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1166 Lines: 24 On Tue, Nov 13, 2012 at 12:19:25AM -0800, David Rientjes wrote: > On Tue, 13 Nov 2012, Cyrill Gorcunov wrote: > > > > The question is, how many `struct inotify_inode_mark's are instantiated > > > system-wide? Could be millions? > > > > Well, hard to tell, to be fair. On my testing machine only apache has been > > using inotify system as far as I remember, but for sure nothing except memory > > limit the number of inotify. But I think if one running machine with millions > > of inotify it's rather powerful machine with enough memory. > > > > Seems easy to determine if you boot with slub_nomerge on the command line > and then read /sys/kernel/slab/inotify_inode_mark/objects. On my system, > that happens to be 210, but I'm sure you could come up with a realistic > synthetic workload to make it much higher. Which would give about 26K of additional memory if c/r get used here. Not a big number i guess? -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/