From owner-freebsd-hackers@FreeBSD.ORG Wed Apr 10 14:43:12 2013 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 19F2AFD5 for ; Wed, 10 Apr 2013 14:43:12 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from bigwig.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) by mx1.freebsd.org (Postfix) with ESMTP id EAF11258 for ; Wed, 10 Apr 2013 14:43:11 +0000 (UTC) Received: from jhbbsd.localnet (unknown [209.249.190.124]) by bigwig.baldwin.cx (Postfix) with ESMTPSA id C6286B941; Wed, 10 Apr 2013 10:43:10 -0400 (EDT) From: John Baldwin To: freebsd-hackers@freebsd.org Subject: Re: Multiple page size support on FreeBSD? Date: Wed, 10 Apr 2013 10:06:13 -0400 User-Agent: KMail/1.13.5 (FreeBSD/8.2-CBSD-20110714-p25; KDE/4.5.5; amd64; ; ) References: In-Reply-To: MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201304101006.13960.jhb@freebsd.org> X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.2.7 (bigwig.baldwin.cx); Wed, 10 Apr 2013 10:43:10 -0400 (EDT) Cc: Wojciech Puchar , Benjamin Kaduk , Sebastian Feld 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: Wed, 10 Apr 2013 14:43:12 -0000 On Monday, April 08, 2013 6:39:31 am Wojciech Puchar wrote: > > Superpage promotion happens automatically when consecutive data are accessed > > according to the proper heuristic. > > and in practice - unless there are only few processes, never really works. > > this is a result of my own tests. How do your tests work? Do you examine PTEs directly to check for superpages or are you relying on the vm.pmap.pde sysctls? -- John Baldwin