From owner-freebsd-current@FreeBSD.ORG Wed Jul 18 00:40:20 2007 Return-Path: X-Original-To: current@freebsd.org Delivered-To: freebsd-current@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 8337E16A401 for ; Wed, 18 Jul 2007 00:40:20 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from webaccess-cl.virtdom.com (webaccess-cl.virtdom.com [216.240.101.25]) by mx1.freebsd.org (Postfix) with ESMTP id 4D90C13C48D for ; Wed, 18 Jul 2007 00:40:20 +0000 (UTC) (envelope-from jroberson@chesapeake.net) Received: from [192.168.1.101] (c-71-231-138-78.hsd1.or.comcast.net [71.231.138.78]) (authenticated bits=0) by webaccess-cl.virtdom.com (8.13.6/8.13.6) with ESMTP id l6I0eGNi007409 (version=TLSv1/SSLv3 cipher=DHE-DSS-AES256-SHA bits=256 verify=NO); Tue, 17 Jul 2007 20:40:17 -0400 (EDT) (envelope-from jroberson@chesapeake.net) Date: Tue, 17 Jul 2007 17:43:23 -0700 (PDT) From: Jeff Roberson X-X-Sender: jroberson@10.0.0.1 To: Kip Macy In-Reply-To: Message-ID: <20070717174210.N92541@10.0.0.1> References: <09BFF2FA5EAB4A45B6655E151BBDD9030483F161@NT-IRVA-0750.brcm.ad.broadcom.com> <2E0C9A04-678B-4C44-9D2E-5500F2C08FE7@mac.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: David Christensen , current@freebsd.org Subject: Re: Getting/Forcing Greater than 4KB Buffer Allocations X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jul 2007 00:40:20 -0000 On Tue, 17 Jul 2007, Kip Macy wrote: >> Is "sysctl hw.pagesize" different on the two systems? It sure looks >> like the first machine is using a 4KB pagesize, whereas the second >> machine is using an 8KB pagesize... > > There is no such thing as 8k physical pages on ia32 or x86_64. I actually made a patch for Isilon that makes an 8k virtual page size. It helps with issues like this and reduces the size of the page array and the number of entities that the page cache is manging. It is binary compatible with user-space although it introduces some complexity into the VM system. Jeff > > -Kip > _______________________________________________ > freebsd-current@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org" >