From owner-freebsd-hackers Sun Aug 20 10:37:19 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id KAA09806 for hackers-outgoing; Sun, 20 Aug 1995 10:37:19 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id KAA09785 for ; Sun, 20 Aug 1995 10:37:11 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de with SMTP (5.67b+/DEC-Ultrix/4.3) id AA04525; Sun, 20 Aug 1995 19:35:37 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id TAA13902 for freebsd-hackers@freebsd.org; Sun, 20 Aug 1995 19:35:37 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.11/8.6.9) id SAA00765 for freebsd-hackers@freebsd.org; Sun, 20 Aug 1995 18:59:13 +0200 From: J Wunsch Message-Id: <199508201659.SAA00765@uriah.heep.sax.de> Subject: Re: Making a FreeBSD NFS server To: freebsd-hackers@freebsd.org (FreeBSD hackers) Date: Sun, 20 Aug 1995 18:59:12 +0200 (MET DST) Reply-To: freebsd-hackers@freebsd.org (FreeBSD hackers) In-Reply-To: <199508201210.FAA00686@corbin.Root.COM> from "David Greenman" at Aug 20, 95 05:10:23 am Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1209 Sender: hackers-owner@freebsd.org Precedence: bulk As David Greenman wrote: > > >The idea was not to use the _free_ memory, but _dedicate_ a large > >amount of memory for the buffer cache. > In the scheme of things it is escentially the same thing. As long > as the server doesn't have other things happening on it, eventually > nearly all of the memory will become a huge file cache. If the > server is also a general purpose development machine or does other > memory intensive things, the situation will be different of > course...but I don't think that's what we're talking about here. At least for my case, this is what we are actually using. The machine serves as a company's main NFS server, as well as being used by a couple of users as their default environment (mainly because they have been too annoyed by the broken or inconsistent or slow development environment offered by the commercial systems around). The latter included even compiling _heavy_ C++/X11 jobs (resulting image including symbol table ~ 30 MB), and the FreeBSD 1.1.5.1 system proved to cope with all those requests *very* well. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)