From owner-freebsd-questions@FreeBSD.ORG Sat Oct 15 13:56:03 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9B14516A41F for ; Sat, 15 Oct 2005 13:56:03 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 28BBE43D45 for ; Sat, 15 Oct 2005 13:56:02 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.13.1/8.13.3) id j9FDu1LD098669; Sat, 15 Oct 2005 08:56:01 -0500 (CDT) (envelope-from dan) Date: Sat, 15 Oct 2005 08:56:01 -0500 From: Dan Nelson To: Deepak Naidu Message-ID: <20051015135601.GB21223@dan.emsphone.com> References: <20051015070507.19793.qmail@web34609.mail.mud.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20051015070507.19793.qmail@web34609.mail.mud.yahoo.com> X-OS: FreeBSD 5.4-STABLE X-message-flag: Outlook Error User-Agent: Mutt/1.5.11 Cc: freebsd-questions@freebsd.org Subject: Re: Should I increase vfs.read_max 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: Sat, 15 Oct 2005 13:56:03 -0000 In the last episode (Oct 15), Deepak Naidu said: > Hi, > I am running FreeBSD 5.4 on SunFire v20 on single > hard disk 73 GB... > > I googled down some links regarding increasing IO > performance. It said increase vfs.read_max from 8 to > 16. I have done that, but cant justify any > improvement, as I am running mailserver(spam checker). > Should I revert to 8 or use 16. Raising vfs.read_max is most helpful when you are reading large sequential files from RAID arrays. On a single-disk system, all it does is allow sequential readers to starve random readers. -- Dan Nelson dnelson@allantgroup.com