From owner-freebsd-current@FreeBSD.ORG Thu Aug 21 00:38:17 2008 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 435EE1065674 for ; Thu, 21 Aug 2008 00:38:17 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-07.arcor-online.net (mail-in-07.arcor-online.net [151.189.21.47]) by mx1.freebsd.org (Postfix) with ESMTP id EF81A8FC18 for ; Thu, 21 Aug 2008 00:38:16 +0000 (UTC) (envelope-from mailnull@mips.inka.de) Received: from mail-in-08-z2.arcor-online.net (mail-in-08-z2.arcor-online.net [151.189.8.20]) by mail-in-07.arcor-online.net (Postfix) with ESMTP id 7434824AEC8 for ; Thu, 21 Aug 2008 02:03:22 +0200 (CEST) Received: from mail-in-12.arcor-online.net (mail-in-12.arcor-online.net [151.189.21.52]) by mail-in-08-z2.arcor-online.net (Postfix) with ESMTP id 5C112213006 for ; Thu, 21 Aug 2008 02:03:22 +0200 (CEST) Received: from lorvorc.mips.inka.de (dslb-088-067-127-187.pools.arcor-ip.net [88.67.127.187]) by mail-in-12.arcor-online.net (Postfix) with ESMTP id 3CF7C8C462 for ; Thu, 21 Aug 2008 02:03:22 +0200 (CEST) Received: from lorvorc.mips.inka.de (localhost [127.0.0.1]) by lorvorc.mips.inka.de (8.14.2/8.14.2) with ESMTP id m7L03L5c001891 for ; Thu, 21 Aug 2008 02:03:21 +0200 (CEST) (envelope-from mailnull@lorvorc.mips.inka.de) Received: (from mailnull@localhost) by lorvorc.mips.inka.de (8.14.2/8.14.2/Submit) id m7L03LT8001890 for freebsd-current@freebsd.org; Thu, 21 Aug 2008 02:03:21 +0200 (CEST) (envelope-from mailnull) From: naddy@mips.inka.de (Christian Weisgerber) Date: Thu, 21 Aug 2008 00:03:20 +0000 (UTC) Message-ID: References: Originator: naddy@mips.inka.de (Christian Weisgerber) To: freebsd-current@freebsd.org X-Virus-Scanned: ClamAV 0.93.3/8060/Wed Aug 20 22:17:24 2008 on mail-in-12.arcor-online.net X-Virus-Status: Clean Subject: Re: Superpages? 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: Thu, 21 Aug 2008 00:38:17 -0000 Alan Cox wrote: > Superpages are not enabled by default but support for them is a standard > part of the amd64 and i386 kernel on HEAD. You can enable superpages on > either of those architectures by simply setting the tunable > vm.pmap.pg_ps_enabled to a non-zero value at boot time. To clarify: This needs to be set in loader.conf. sysctl.conf is evaluated too late. -- Christian "naddy" Weisgerber naddy@mips.inka.de