From owner-freebsd-questions@FreeBSD.ORG Tue Jan 2 19:12:17 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B95E416A415 for ; Tue, 2 Jan 2007 19:12:17 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.227]) by mx1.freebsd.org (Postfix) with ESMTP id 805B313C441 for ; Tue, 2 Jan 2007 19:12:17 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so1895865wri for ; Tue, 02 Jan 2007 11:12:16 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=SleF4iuRRcsVUM2/GWVzUk6RAtl8cYw8Fm5rSxU/5/S7WpherIOAMX4B+VQiRmV29oYpmwMfbI06QXqiBsBpTGq1QNl+wWSRMKoZ727nVbo5hWe6SBlGghkfDRYad6Rk1Y2+If0XZl0GD3RmqFi3+0j/KTuYdwsjpt8a4KTSp28= Received: by 10.78.17.4 with SMTP id 4mr3422708huq.1167763656344; Tue, 02 Jan 2007 10:47:36 -0800 (PST) Received: by 10.78.13.3 with HTTP; Tue, 2 Jan 2007 10:47:36 -0800 (PST) Message-ID: Date: Tue, 2 Jan 2007 10:47:36 -0800 From: patrick To: "FreeBSD Questions Mailing List" MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: BIND 9.3.2 on FreeBSD 6.1-release-p2 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: Tue, 02 Jan 2007 19:12:17 -0000 I'm running BIND 9.3.2 on FreeBSD 6.1, and am noticing that it gets out of control after running for a while. PID UID THR PRI NICE SIZE RES STATE TIME WCPU COMMAND 60480 53 1 132 0 195M 194M RUN 41.7H 75.54% named After restarting it, its CPU usage goes back down to what it should be, as does its memory usage. I really don't want to babysit this process, so I'm trying to find the cause of this. I have "max-cache-size" set to "150M", as before I turned this on, this process would just grow and grow until it hit FreeBSD's limit and would stop responding all together, not to mention eating up as much CPU time as it could. I never had this problem at all with BIND 8, and am wondering if there's something I'm doing wrong with BIND 9 to have this problem? Has anyone else experienced this? Any help would be greatly appreciated. Patrick