From owner-freebsd-questions@FreeBSD.ORG Wed Jan 3 20:41:27 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 A601B16A407 for ; Wed, 3 Jan 2007 20:41:27 +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 6D08013C457 for ; Wed, 3 Jan 2007 20:41:27 +0000 (UTC) (envelope-from gibblertron@gmail.com) Received: by wr-out-0506.google.com with SMTP id 55so2101518wri for ; Wed, 03 Jan 2007 12:41:27 -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=UYkhIz3sUjPzulL2nvBkmKXpS23/ABg8p9Pk7FAK79kFLcDQiWwbxrrkAjF1oSsM3ghU86Z9RK3IXPIyCz9o5JiOXf3z6b6fRMCpep/z572dCjUupT0afvkcxV8pnXoTmedEOKewgmx4ryqp1g17mzi6ulti3/SO6qnVqPiqdGE= Received: by 10.78.193.5 with SMTP id q5mr5032692huf.1167856886504; Wed, 03 Jan 2007 12:41:26 -0800 (PST) Received: by 10.78.13.3 with HTTP; Wed, 3 Jan 2007 12:41:26 -0800 (PST) Message-ID: Date: Wed, 3 Jan 2007 12:41:26 -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: Which version of BIND to use on FreeBSD 6.1? 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: Wed, 03 Jan 2007 20:41:27 -0000 I'm trying to figure out which is the best version of BIND to use on FreeBSD 6.1? I've always stuck with FreeBSD's base version, and since upgrading from FreeBSD 4.x to 6.1, that meant moving from BIND 8.3.x to 9.3.2. I've encountered numerous problems since moving to 9.3.2 which primarily revolve around exponential increases in memory and CPU usage. On our BIND 8.3.x setup, we have 750 master domains. Memory usage is just shy of 70MBs. On our new server with BIND 9.3.2, we have currently 140 master domains, and memory usage continually grows until FreeBSD cuts it off. I have discovered the "max-cache-size" option which allows me set an upper limit, but when the named process hits that limit, it starts eating up all available CPU cycles. I've seen some similar reports from other users, but haven't found any real solutions. While browsing the ports tree, I found I have my pick of BIND 8.3.x, 8.4.x, and a ports version of 9.3.x (not sure exactly how this differs from base -- more current?). Our needs are fairly basic -- we have a few DNS servers, and each are masters and slaves, helping one another out. We're not using DNSSEC or anything. I'm wondering what other people are generally using, and which version works best for them? Thanks, Patrick