From owner-freebsd-stable@FreeBSD.ORG Thu May 10 15:24:38 2012 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 36BBD106566B for ; Thu, 10 May 2012 15:24:38 +0000 (UTC) (envelope-from alan.l.cox@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 083438FC1A for ; Thu, 10 May 2012 15:24:38 +0000 (UTC) Received: by pbbro2 with SMTP id ro2so2388282pbb.13 for ; Thu, 10 May 2012 08:24:37 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:reply-to:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=fn1ZT9bUIsiCKg0HFNT1wyLdzuE3+7zmkfsUUeDRmcg=; b=SXYW4uumAlLaMQrXYcfYbjMm2YFBH98HJSxM/yN0RISGXduQ+IOLGcg0bESPDqcgNi oBon48uwPcr101+slt2FsPZXyaq5cnrjW9zjBUfFuzBQS8ljMfkl+2rbnK/7k/5gIIEL mclxAXPmBmHDCL/2ULVAE2jRoc2YBbquYqrpXytCgbZx6YBl3/PzzMMt7L3CH4l4Rd7K vYCI4KssZJwe7LTCKV1dOrE1QVNPYbwmoBNNuwnF1arIQYlr5k7fxaipVwLo1bAJqgg8 snDk8Ksxc4bh5+l4mfDsBw9/RhjEvqiuvGWWN2AR/rwcuwmi1Cp41sL9zgEfcIs5v99a o6Uw== MIME-Version: 1.0 Received: by 10.68.225.104 with SMTP id rj8mr21062951pbc.135.1336663477572; Thu, 10 May 2012 08:24:37 -0700 (PDT) Received: by 10.68.63.199 with HTTP; Thu, 10 May 2012 08:24:37 -0700 (PDT) In-Reply-To: References: <4FAAAF8E.40007@greatbaysoftware.com> Date: Thu, 10 May 2012 10:24:37 -0500 Message-ID: From: Alan Cox To: Adam Vande More Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Charles Owens , freebsd-stable@freebsd.org Subject: Re: superpages not solving "PV entries" limit warning X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: alc@freebsd.org List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 May 2012 15:24:38 -0000 On Thu, May 10, 2012 at 2:32 AM, Adam Vande More wrote: > On Wed, May 9, 2012 at 12:55 PM, Charles Owens > wrote: > > > Hi fellow BSD-types, > > > > I have a buy system that forks lots of processes and I see repeatedly the > > message: "Approaching the limit on PV entries, consider increasing > either > > the vm.pmap.shpgperproc or the vm.pmap.pv_entry_max tunable". > > > > System details: > > > > * 8.1-RELEASE-p2 i386 PAE kernel > > * 6 GB RAM > > > > The warning is not applicable any longer including your version as well as > several previous ones. The warning has been removed from current releases. > > For amd64, yes, but not i386. It can't be removed from i386. Alan