From owner-freebsd-chat Thu Sep 25 20:49:50 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA04370 for chat-outgoing; Thu, 25 Sep 1997 20:49:50 -0700 (PDT) Received: from word.smith.net.au (ppp20.portal.net.au [202.12.71.120]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA04365 for ; Thu, 25 Sep 1997 20:49:41 -0700 (PDT) Received: from word.smith.net.au (localhost.smith.net.au [127.0.0.1]) by word.smith.net.au (8.8.7/8.8.5) with ESMTP id NAA00561; Fri, 26 Sep 1997 13:17:08 +0930 (CST) Message-Id: <199709260347.NAA00561@word.smith.net.au> X-Mailer: exmh version 2.0zeta 7/24/97 To: dmaddox@scsn.net cc: Carl Makin , chat@freebsd.org Subject: Re: Linux faster thasn FreeBSD In-reply-to: Your message of "Thu, 25 Sep 1997 21:02:05 -0400." <19970925210205.04897@scsn.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Fri, 26 Sep 1997 13:17:06 +0930 From: Mike Smith Sender: owner-freebsd-chat@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > On Fri, Sep 26, 1997 at 10:24:26AM +1000, Carl Makin wrote: > > When I start Netscape it uses about 16Mb and launches another process (DNS > > Helper?) that uses another 7Mb. I've seen several of these "DNS Helpers" > > running. > > If you don't have a lot of memory to spare, you can disable the "DNS helpers" > by setting the environment variable MOZILLA_NO_ASYNC_DNS to "True". > > export MOZILLA_NO_ASYNC_DNS=True Note however that the helper does *NOT* use 7MB of your memory; much of that 7MB is shared with the parent; all it's using for itself are the extra stack pages and a little local data. For the improvement in interface that it buys you, I'd consider it essential. mike