From owner-freebsd-isp@FreeBSD.ORG Tue Jan 24 20:21:07 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B98516A420 for ; Tue, 24 Jan 2006 20:21:07 +0000 (GMT) (envelope-from ryoon@ipowerweb.com) Received: from svr03.ipowerweb.com (mail.ipowerweb.com [66.235.217.60]) by mx1.FreeBSD.org (Postfix) with SMTP id 4E0A243D5E for ; Tue, 24 Jan 2006 20:21:03 +0000 (GMT) (envelope-from ryoon@ipowerweb.com) Received: (qmail 34287 invoked from network); 24 Jan 2006 19:55:43 -0000 Received: from unknown (HELO ?127.0.0.1?) (66.235.206.35) by 0 with SMTP; 24 Jan 2006 19:55:37 -0000 Message-ID: <43D68BFE.8060305@ipowerweb.com> Date: Tue, 24 Jan 2006 12:20:14 -0800 From: Robert Yoon User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Bind 8.3.7 on BSD6 and memory problems X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: robert@letsget.bz List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jan 2006 20:21:07 -0000 Hey Guys, Heres the deal, I got a older BSD 4.X server running some 400,000 zones on bind8.3.7 and it works just fine with 2GB of ram. I decided to setup a mirror of that server using freebsd 6 and bind 8.3.7 also, but with 4GB of ram. I copy the zones and the config and everythign seems to load up ok until it gets the the letter L's. At that moment its using bout 500MB or ram and it says this and craps out. Mem: 153M Active, 387M Inact, 165M Wired, 112M Buf, 3251M Free Swap: 8192M Total, 8192M Free Jan 24 10:23:01 ns02-2 named[99406]: db_load could not open: domains/letterldomain.com: No such file or directory Jan 24 10:23:20 ns02-2 named[99406]: no memory for more zones Jan 24 10:23:20 ns02-2 named[99406]: no memory for more zones Now I saw an option on the original server in the kernel config that raised these options i think to get around this particular issue. options MAXDSIZ="(1536*1024*1024)" options MAXSSIZ="(1536*1024*1024)" I did see it in the LINT file on 4.X but not in the NOTES in 6.0. The only thing I saw similar to that in notes was options MAXMEM=(128*1024) ....but im thinking i dont need to edit that because its already detetecting the 4GB or ram.... Any help on this would be appreciated thanks