Date: Tue, 22 May 2007 11:50:42 -0500 From: Josh Paetzel <josh@tcbug.org> To: Ivan Carey <ivan@careytech.com.au> Cc: freebsd-questions@freebsd.org Subject: Re: Kernel Options fo a File Server Message-ID: <20070522165042.GD8220@tcbug.org> In-Reply-To: <4652D3A9.3050509@careytech.com.au> References: <4652D3A9.3050509@careytech.com.au>
next in thread | previous in thread | raw e-mail | index | archive | help
Ivan Carey wrote: > Hello, > What would be the best Kernel options to run a file server? > I will be using an Intel server mother board with one Xeon quad core CPU > installed (this mother board has 2 CPU sockets) 2GB RAM and dual 500Gb SATA > HDD's > > I am thinking of options that would make the kernel efficient as a pure file > server. > > Thanks, > Ivan Even with a GENERIC kernel you're going to be disk-bound, unless you have them in RAID 0, in which case you'll be network bound. If you are running i386 you can take out 486 and 586 support, that's probably the biggest single improvement you can make, and it's incremental at best. --- Thanks, Josh Paetzel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070522165042.GD8220>