From owner-freebsd-current@FreeBSD.ORG Thu Oct 9 02:50:08 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA9C716A4B3 for ; Thu, 9 Oct 2003 02:50:08 -0700 (PDT) Received: from gvr.gvr.org (gvr.gvr.org [212.61.40.17]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE2F543FCB for ; Thu, 9 Oct 2003 02:50:07 -0700 (PDT) (envelope-from guido@gvr.org) Received: by gvr.gvr.org (Postfix, from userid 657) id B59D439; Thu, 9 Oct 2003 11:50:06 +0200 (CEST) Date: Thu, 9 Oct 2003 11:50:06 +0200 From: Guido van Rooij To: Vector Message-ID: <20031009095006.GA80799@gvr.gvr.org> References: <008401c38e21$0eb936b0$6afea8c0@VECTOR> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <008401c38e21$0eb936b0$6afea8c0@VECTOR> cc: current@freebsd.org Subject: Re: ipnat memory leak? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 09 Oct 2003 09:50:09 -0000 On Wed, Oct 08, 2003 at 10:51:52PM -0600, Vector wrote: > I was using ipfw and natd but I wanted to move nat into the kernel so I > recompiled with ipfilter and ipnat. Now, after terminating natd, and > setting up ipnat rules in /etc/ipnat.rules, I see memory increase at a rate > of just under 1MB per minutes. Has anyone else seen a memory leak in ipnat > or ipfilter? If at the same rate, the amount of nat entries is growing, there is no leak. Doesn't the amount of memory allocated, stabilize? Btw: you can see the amount of netries in the various tables with ipnat -s andthe stae table entries with ipfstat -s -Guido