From owner-freebsd-questions@FreeBSD.ORG Sat Feb 25 01:17:45 2006 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06ECA16A420 for ; Sat, 25 Feb 2006 01:17:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 66C9A43D45 for ; Sat, 25 Feb 2006 01:17:44 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id BF0FD5CB3; Fri, 24 Feb 2006 20:17:43 -0500 (EST) Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 42998-09; Fri, 24 Feb 2006 20:17:43 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-83-14.ny325.east.verizon.net [68.161.83.14]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id B64225C27; Fri, 24 Feb 2006 20:17:42 -0500 (EST) Message-ID: <43FFB036.2080901@mac.com> Date: Fri, 24 Feb 2006 20:17:42 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: Andrew Pantyukhin References: <43E62B9D.5040302@mac.com> In-Reply-To: X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: FreeBSD Questions Subject: Re: Trouble with resources under network load X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 25 Feb 2006 01:17:45 -0000 Andrew Pantyukhin wrote: > On 2/5/06, Chuck Swiger wrote: [ ... ] > ==================================================== > Feb 24 19:47:21 gw named[482]: client 10.32.7.32#1027: error sending > response: not enough free resources > ==================================================== > Feb 24 19:46:57 gw snmpd[714]: sysctl get: Cannot allocate memory > Feb 24 19:56:00 gw last message repeated 50 times > ==================================================== Perhaps you should set up a cron job that appends the output of "sysctl kern.malloc" to a file every five minutes or whatever, and see whether that shows any interesting trends which might indicate whether something is leaking memory. > last pid: 86717; load averages: 0.00, 0.00, 0.00 up > 3+02:57:27 19:59:39 > 29 processes: 1 running, 28 sleeping > CPU states: 0.4% user, 0.0% nice, 0.0% system, 1.5% interrupt, 98.1% idle > Mem: 39M Active, 311M Inact, 132M Wired, 20K Cache, 84M Buf, 246M Free > Swap: 453M Total, 453M Free Your VM usage seems much happier now. -- -Chuck