From owner-freebsd-questions@FreeBSD.ORG Thu May 28 19:53:42 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 37AD010657DA for ; Thu, 28 May 2009 19:53:42 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 704578FC1B for ; Thu, 28 May 2009 19:53:41 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4SJ7k0Z061849; Thu, 28 May 2009 21:07:46 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4SJ7k47061846; Thu, 28 May 2009 21:07:46 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Thu, 28 May 2009 21:07:46 +0200 (CEST) From: Wojciech Puchar To: cpghost In-Reply-To: <20090528151738.GC1259@phenom.cordula.ws> Message-ID: References: <20090528151738.GC1259@phenom.cordula.ws> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-questions@freebsd.org Subject: Re: superpages? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 28 May 2009 19:53:42 -0000 > [amd64, i386] The FreeBSD virtual memory subsystem now supports > fully transparent use of superpages for application memory; > application memory pages are dynamically promoted to or demoted from > superpages without any modification to application code. This change > offers the benefit of large page sizes such as improved virtual > memory efficiency and reduced TLB (translation lookaside buffer) > misses without downsides like application changes and virtual memory > inflexibility. This is disabled by default and can be enabled by > setting a loader tunable vm.pmap.pg_ps_enabled to 1. very important change. i will have to check. thank you very much