From owner-freebsd-questions@FreeBSD.ORG Mon Dec 8 12:12:50 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 246371065675; Mon, 8 Dec 2008 12:12:50 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 9696E8FC1B; Mon, 8 Dec 2008 12:12:48 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id mB8CCghM070607; Mon, 8 Dec 2008 13:12:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id mB8CCg2g070604; Mon, 8 Dec 2008 13:12:42 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Mon, 8 Dec 2008 13:12:42 +0100 (CET) From: Wojciech Puchar To: Ivan Voras In-Reply-To: Message-ID: <20081208131230.U70603@wojtek.tensor.gdynia.pl> References: <0016e64ca7d690e38f045d45227d@google.com> <20081205163206.GC25258@kokopelli.hydra> <20081208013850.R1852@wojtek.tensor.gdynia.pl> <20081208034441.B65436@wojtek.tensor.gdynia.pl> <493CA2D6.80308@laverenz.de> <20081208123800.I70518@wojtek.tensor.gdynia.pl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: Performance benchmarks pitting FreeBSD against Windows 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: Mon, 08 Dec 2008 12:12:50 -0000 >> >> what exactly this option do? >> >> read_max 32 >> >> UFS blocks? MAXPHYS blocks? > > UFS blocks. > > The default is 8 == 128 kB == MAXPHYS. > > so you have to raise MAXPHYS too.