Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755169AbZCEOFk (ORCPT ); Thu, 5 Mar 2009 09:05:40 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753801AbZCEOFc (ORCPT ); Thu, 5 Mar 2009 09:05:32 -0500 Received: from fmmailgate03.web.de ([217.72.192.234]:55514 "EHLO fmmailgate03.web.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753062AbZCEOFb (ORCPT ); Thu, 5 Mar 2009 09:05:31 -0500 From: Markus To: linux-kernel@vger.kernel.org Subject: Re: drop_caches ... Date: Thu, 5 Mar 2009 15:05:26 +0100 User-Agent: KMail/1.9.10 Cc: Wu Fengguang , Zdenek Kabelac , "linux-mm@kvack.org" , Lukas Hejtmanek References: <200903041057.34072.M4rkusXXL@web.de> <200903051255.35407.M4rkusXXL@web.de> <20090305132906.GA22524@localhost> In-Reply-To: <20090305132906.GA22524@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903051505.26584.M4rkusXXL@web.de> X-Provags-ID: V01U2FsdGVkX18RYOQmd5ykHPeSK3RXfnaH/VWraurawVN7Mx5u R8O65rL/MXGl6NVlzzwiDYPNNpBovNVCEYodP6jxYGccnVu08Q AfFAgKJQo= Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1751 Lines: 43 > Could you please try the attached patch which will also show the > user and process that opened these files? It adds three more fields > when CONFIG_PROC_FILECACHE_EXTRAS is selected. > > Thanks, > Fengguang > > On Thu, Mar 05, 2009 at 01:55:35PM +0200, Markus wrote: > > > > # sort -n -k 3 filecache-2009-03-05 | tail -n 5 > > 15886 7112 7112 100 1 d- 00:08 > > (tmpfs) /dev/zero\040(deleted) > > 16209 35708 35708 100 1 d- 00:08 > > (tmpfs) /dev/zero\040(deleted) > > 16212 82128 82128 100 1 d- 00:08 > > (tmpfs) /dev/zero\040(deleted) > > 15887 340024 340024 100 1 d- 00:08 > > (tmpfs) /dev/zero\040(deleted) > > 15884 455008 455008 100 1 d- 00:08 > > (tmpfs) /dev/zero\040(deleted) > > > > The sum of the third column is 1013 MB. > > To note the biggest ones (or do you want the whole file?)... and thats > > after a sync and a drop_caches! (Can be seen in the commands given.) I could, but I know where these things belong to. Its from sphinx (a mysql indexer) searchd. It loads parts of the index into memory. The sizes looked well-known and killing the searchd will reduce "cached" to a normal amount ;) I just dont know why its in "cached" (can that be swapped out btw?). But I think thats not a problem of the kernel, but of anonymous mmap-ing. I think its resolved, thanks to everybody and Fengguang in particular! Markus -- 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/