From owner-freebsd-questions@FreeBSD.ORG Wed May 23 06:55: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 DEB0416A41F for ; Wed, 23 May 2007 06:55:27 +0000 (UTC) (envelope-from illoai@gmail.com) Received: from mu-out-0910.google.com (mu-out-0910.google.com [209.85.134.187]) by mx1.freebsd.org (Postfix) with ESMTP id 749AE13C44C for ; Wed, 23 May 2007 06:55:27 +0000 (UTC) (envelope-from illoai@gmail.com) Received: by mu-out-0910.google.com with SMTP id w8so65623mue for ; Tue, 22 May 2007 23:55:26 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VcAagLCnkJLho+GypiuI+pbbqP2vm8zjQx3N6Cbx3a8TaqCPsqJYMb8m6Mz+ZKbPT/rVW6FhsqluiT5eUSpEISI7ksLgPQ0gcbPbnH7VTkBKTa8NAmv/cBXQTZLaQtR5PBmHch0l0GI+D+ts2/bOC/yyS70jmElnu4qXoz1+oVg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=PzEFTOtrdYFGNUQvnRsMpnkLNQWrWi8tiQeyszqMGytcGYXbrqui6BfYLsztOtxbA1PnEuRaC8s22ehZ4zZdqWjYBuuMGZ9b2Rt/3w2bmTr8ajIjpSwq/0x6W1AH6yzDMbnWFuDQ9C4Ha8KyXgCijP3DiouOmNL321UGD5K/zjo= Received: by 10.82.147.6 with SMTP id u6mr472594bud.1179903326035; Tue, 22 May 2007 23:55:26 -0700 (PDT) Received: by 10.82.185.16 with HTTP; Tue, 22 May 2007 23:55:26 -0700 (PDT) Message-ID: Date: Wed, 23 May 2007 01:55:26 -0500 From: "illoai@gmail.com" To: FreeBSD-Questions In-Reply-To: <302F75DC2739FB43B236373398A8C59929F6@saturnus.intra.socruel.nu> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <302F75DC2739FB43B236373398A8C59929F6@saturnus.intra.socruel.nu> Cc: freebsd-questions@freebsd.org, ivan@careytech.com.au Subject: Re: Kernel Options fo a File Server 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, 23 May 2007 06:55:28 -0000 >> -----Original Message----- >> From: owner-freebsd-questions@freebsd.org >> [mailto:owner-freebsd-questions@freebsd.org] On Behalf Of Ivan Carey >> Posted At: Tuesday, May 22, 2007 1:28 PM >> Posted To: FreeBSD-Questions >> Conversation: Kernel Options fo a File Server >> Subject: Kernel Options fo a File Server >> >> >> 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. > On 23/05/07, FreeBSD-Questions wrote: > man tuning? > > Cheers, > Lars. Indeed, not so much kernel options, but filesystem options would likely benefit you the most, especially if you can determine ahead how big your average file size will be. -- --