Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758373AbXLOG35 (ORCPT ); Sat, 15 Dec 2007 01:29:57 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1754558AbXLOG3p (ORCPT ); Sat, 15 Dec 2007 01:29:45 -0500 Received: from rhun.apana.org.au ([64.62.148.172]:2673 "EHLO arnor.apana.org.au" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1753192AbXLOG3o (ORCPT ); Sat, 15 Dec 2007 01:29:44 -0500 From: Herbert Xu To: ranma+kernel@tdiedrich.de (Tobias Diedrich) Subject: Re: dst cache overflow Cc: linux-net@vger.kernel.org, linux-kernel@vger.kernel.org, dada1@cosmosbay.com Organization: Core In-Reply-To: <20071214172945.GA10809@yamamaya.is-a-geek.org> X-Newsgroups: apana.lists.os.linux.kernel,apana.lists.os.linux.net User-Agent: tin/1.7.4-20040225 ("Benbecula") (UNIX) (Linux/2.6.17-rc4 (i686)) Message-Id: Date: Sat, 15 Dec 2007 14:29:37 +0800 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1175 Lines: 28 Tobias Diedrich wrote: > > Meanwhile I added a slab statistic rrd script. Nothing obvious to > see on ari or yumi yet, but on oni (which after all is the most > affected by this) I can see 'size_2048' and 'TCPv6' growing > steadily along with the route cache size (Presumably 'ip_dst_cache', > which is also growing larger at a more or less constant rate). OK that almost certainly means that we have a leak of TCPv6 objects which would then cause a leak of dst objects. So you need to track down why TCPv6 isn't getting cleaned up. First check the obvious, do you have any process(es) that are hoarding TCPv6 sockets? If not do you see a growing list of dead sockets in netstat? Cheers, -- Visit Openswan at http://www.openswan.org/ Email: Herbert Xu ~{PmV>HI~} Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- 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/