From owner-freebsd-current@FreeBSD.ORG Mon May 19 15:35:42 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 48BB837B401 for ; Mon, 19 May 2003 15:35:42 -0700 (PDT) Received: from rwcrmhc53.attbi.com (rwcrmhc53.attbi.com [204.127.198.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 645AA43F85 for ; Mon, 19 May 2003 15:35:41 -0700 (PDT) (envelope-from julian@elischer.org) Received: from interjet.elischer.org (12-232-168-4.client.attbi.com[12.232.168.4]) by attbi.com (rwcrmhc53) with ESMTP id <2003051922354105300j8oiue>; Mon, 19 May 2003 22:35:41 +0000 Received: from localhost (localhost.elischer.org [127.0.0.1]) by InterJet.elischer.org (8.9.1a/8.9.1) with ESMTP id PAA57462 for ; Mon, 19 May 2003 15:35:36 -0700 (PDT) Date: Mon, 19 May 2003 15:35:34 -0700 (PDT) From: Julian Elischer To: FreeBSD current users Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Subject: Proc leak in -current (yesterdays) 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: Mon, 19 May 2003 22:35:42 -0000 I have been stress testing an SMP kernel from yesterday.. After a couple of buildworlds I have noticed that we are losing proc structs.. the number of allocated proc structs can be seen by: sysctl vm.zone|grep PROC the number of processes active can be seen from ps aux|grep wc. After a single run ofn "make buildworld", I have 60 processes active but vm.zone shows that it has 117 proc structures outstanding. After a few rounds of "make buildworld" it was at 250 proc structures outstanding.. Anyone else seen this?