From owner-freebsd-stable Sun Nov 26 13:22:47 2000 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id C9ED337B479 for ; Sun, 26 Nov 2000 13:22:43 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eAQLMWN27116; Sun, 26 Nov 2000 13:22:32 -0800 (PST) (envelope-from dillon) Date: Sun, 26 Nov 2000 13:22:32 -0800 (PST) From: Matt Dillon Message-Id: <200011262122.eAQLMWN27116@earth.backplane.com> To: "William S. Duncanson" Cc: stable@FreeBSD.ORG Subject: Re: rpc.statd memory leak? References: <5.0.0.25.2.20001125224624.00a5f7a8@maggie.netspend.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :After upgrading from 4.1.1-STABLE to 4.2-STABLE, I noticed that rpc.statd :has grown to huge proportions. Well, OK, looking at the timestamps of the :sources, it doesn't look like rpc.statd has changed at all. It is, :however, huge: :root 128 0.0 0.1 263060 604 ?? Is 10:27PM 0:00.01 rpc.statd : :System has been rebooted within the past half hour, but look at that :vsz. Eventually, rss will grow as well. Killing rpc.statd doesn't free :the memory. NFS traffic on this machine is light, to say the least, with :only one client mounting /home. : :Any ideas what could be causing this, or how to fix it? Don't worry about it. rpc.statd is reserving a huge amount of VM space for some sort of log. It has always done this. It doesn't actually use any of it, so no real memory gets eaten. It's annoying to look at but not actually harmful. I'm annoyed at whoever wrote it, but I've never examined the code closely enough to figure out the best way to 'fix' it. It has never been a priority. -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message