From owner-freebsd-hardware@FreeBSD.ORG Fri Sep 19 06:08:53 2008 Return-Path: Delivered-To: freebsd-hardware@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E64BA106566B for ; Fri, 19 Sep 2008 06:08:53 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from parsely.rain.com (parsely.rain.com [199.26.172.196]) by mx1.freebsd.org (Postfix) with ESMTP id 2312D8FC19 for ; Fri, 19 Sep 2008 06:08:52 +0000 (UTC) (envelope-from freebsd@sopwith.solgatos.com) Received: from sopwith.solgatos.com (uucp@localhost) by parsely.rain.com (8.11.4/8.11.4) with UUCP id m8J5pxf43074 for freebsd-hardware@freebsd.org; Thu, 18 Sep 2008 22:51:59 -0700 (PDT) (envelope-from freebsd@sopwith.solgatos.com) Received: from localhost by sopwith.solgatos.com (8.8.8/6.24) id FAA08998; Fri, 19 Sep 2008 05:48:03 GMT Message-Id: <200809190548.FAA08998@sopwith.solgatos.com> To: freebsd-hardware@freebsd.org In-reply-to: Your message of "Fri, 19 Sep 2008 05:29:06 +0200." <48D31C82.8030007@fluffles.net> Date: Thu, 18 Sep 2008 22:48:03 +0100 From: Dieter Subject: Re: Test: HighPoint RocketRaid 3120 PCIex1 2xSATA controller under FreeBSD 7.1-PRERELEASE X-BeenThere: freebsd-hardware@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General discussion of FreeBSD hardware List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2008 06:08:54 -0000 > If you get about the same scores with dd, try using a higher read-ahead > (vfs.read_max value, set it to 32 for example). Also sometimes it's > required to use a higher blocksize to get full potential, try: > > newfs -U -b 32768 /dev/ > > Warning: using 64KiB blocksize you risk hanging the system under heavy > load (like 2 bonnies running simultaniously). What's this about 64KiB blocksize hanging the system? Hang awhile then recover, or hang forever need a reboot? Is this a RAID thing or are normal disks at risk? It isn't obvious why a 64KiB blocksize would cause a problem in this day of multi GiB memory.