Date: Tue, 17 Jul 2007 17:43:23 -0700 (PDT) From: Jeff Roberson <jroberson@chesapeake.net> To: Kip Macy <kip.macy@gmail.com> Cc: David Christensen <davidch@broadcom.com>, current@freebsd.org Subject: Re: Getting/Forcing Greater than 4KB Buffer Allocations Message-ID: <20070717174210.N92541@10.0.0.1> In-Reply-To: <b1fa29170707171723ibc5f080r5f24f78e731df41a@mail.gmail.com> References: <09BFF2FA5EAB4A45B6655E151BBDD9030483F161@NT-IRVA-0750.brcm.ad.broadcom.com> <2E0C9A04-678B-4C44-9D2E-5500F2C08FE7@mac.com> <b1fa29170707171723ibc5f080r5f24f78e731df41a@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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" >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070717174210.N92541>