From owner-freebsd-hackers@FreeBSD.ORG Thu Nov 8 10:56:44 2012 Return-Path: Delivered-To: freebsd-hackers@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id C4E012A6; Thu, 8 Nov 2012 10:56:44 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [89.206.35.99]) by mx1.freebsd.org (Postfix) with ESMTP id 191008FC08; Thu, 8 Nov 2012 10:56:43 +0000 (UTC) Received: from wojtek.tensor.gdynia.pl (localhost [127.0.0.1]) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5) with ESMTP id qA8AuajO009445; Thu, 8 Nov 2012 11:56:36 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.5/8.14.5/Submit) with ESMTP id qA8AuZVl009442; Thu, 8 Nov 2012 11:56:35 +0100 (CET) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 8 Nov 2012 11:56:35 +0100 (CET) From: Wojciech Puchar To: Lev Serebryakov Subject: Re: pgbench performance is lagging compared to Linux and DragonflyBSD? In-Reply-To: <1961607438.20121108133811@serebryakov.spb.ru> Message-ID: References: <50980ADD.4010402@rawbw.com> <47D1FF90-A96D-4620-9AA0-324865CE827B@cederstrand.dk> <1961607438.20121108133811@serebryakov.spb.ru> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.2.7 (wojtek.tensor.gdynia.pl [127.0.0.1]); Thu, 08 Nov 2012 11:56:36 +0100 (CET) Cc: Garrett Cooper , Nikolay Denev , Yuri , Erik Cederstrand , "freebsd-hackers@freebsd.org" X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 08 Nov 2012 10:56:44 -0000 > EC> That thread starts here: > EC> http://lists.freebsd.org/pipermail/freebsd-arch/2010-April/010143.html > Year 2010! And we still limited by MAXPHYS (128K) transfers :( put options MAXPHYS=2097152 in your kernel config. EVERYTHING works in all production machines for over a year the only exception is my laptop with OCZ petrol SSD that hangs on any transfer >1MB, i've set it to 0.5MB here.