From owner-FreeBSD-users-jp@jp.freebsd.org  Wed May  9 22:55:26 2001
Received: (from daemon@localhost)
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) id WAA45790;
	Wed, 9 May 2001 22:55:26 +0900 (JST)
	(envelope-from owner-FreeBSD-users-jp@jp.FreeBSD.org)
Received: from mail156.nifty.com (mail156.nifty.com [202.248.37.168])
	by castle.jp.freebsd.org (8.9.3+3.2W/8.7.3) with ESMTP id WAA45785
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 9 May 2001 22:55:25 +0900 (JST)
	(envelope-from hiroo@oikumene.gcd.org)
Received: from chrysanthe.oikumene.gcd.org
	by mail156.nifty.com (8.9.3+3.2W/3.7W-10/13/99) with SMTP id WAA28607
	for <FreeBSD-users-jp@jp.freebsd.org>; Wed, 9 May 2001 22:55:22 +0900
Received: (qmail 34191 invoked from network); 9 May 2001 13:55:17 -0000
Received: from chrysanthe.oikumene.gcd.org (HELO localhost) (@192.168.0.12)
  by chrysanthe.oikumene.gcd.org with SMTP; 9 May 2001 13:55:17 -0000
To: FreeBSD-users-jp@jp.freebsd.org
From: Hiroo ONO (=?iso-2022-jp?B?GyRCPi5MbjQyQDgbKEI=?=)
 <hiroo@oikumene.gcd.org>
In-Reply-To: <20010509083927.64A9.ML@tokyo-club.com>
References: <20010509083927.64A9.ML@tokyo-club.com>
X-Mailer: Mew version 1.94.1 on Emacs 20.7 / Mule 4.0 (HANANOEN)
Mime-Version: 1.0
Content-Type: Text/Plain; charset=iso-2022-jp
Content-Transfer-Encoding: 7bit
Message-Id: <20010509225516C.hiroo@oikumene.gcd.org>
Date: Wed, 09 May 2001 22:55:16 +0900
X-Dispatcher: imput version 20000228(IM140)
Lines: 29
Reply-To: FreeBSD-users-jp@jp.freebsd.org
Precedence: list
X-Distribute: distribute version 2.1 (Alpha) patchlevel 24e+010328
X-Sequence: FreeBSD-users-jp 61310
Subject: [FreeBSD-users-jp 61310] Re: pmap_collect
Errors-To: owner-FreeBSD-users-jp@jp.freebsd.org
Sender: owner-FreeBSD-users-jp@jp.freebsd.org
X-Originator: hiroo@oikumene.gcd.org

$B>.Ln42@8$G$9(B

From: Takeshi Nishioka <ml@tokyo-club.com>
Date: Wed, 09 May 2001 08:42:15 +0900

> > pmap_collect: collecting pv entries -- suggest increasing PMAP_SHPGPERPROC
> $B$3$l$N0UL#$9$k$H$3$m$r65$($F$$$?$@$1$J$$$G$7$g$&$+!)(B 

FreeBSD $B$N%P!<%8%g%s$,$o$+$i$J$$!D(B
4.2-STABLE ($B$$$D$4$m(B cvsup $B$7$?$N$+$A$g$C$H;W$$=P$;$J$$(B) $B$N(B LINT $B$r$_$k$H!"(B

# $FreeBSD: src/sys/i386/conf/LINT,v 1.749.2.49 2001/04/17 19:55:44 alfred Exp $

# Set the number of PV entries per process.  Increasing this can
# stop panics related to heavy use of shared memory. However, that can
# (combined with large amounts of physical memory) cause panics at
# boot time due the kernel running out of VM space.
#
# If you're tweaking this, you might also want to increase the sysctls
# "vm.v_free_min", "vm.v_free_reserved", and "vm.v_free_target".
#
# The value below is the one more than the default.
#
options         PMAP_SHPGPERPROC=201

$B$H=q$$$F$"$j$^$9!#(B

% sysctl $B$G$$$8$l$kJQ?tL>$H$=$N@bL@$C$F$I$&$d$C$F$_$D$1$k$s$@$m!D!#(B
% sysctl(3) $B$r$_$?$i!"L>A0$@$1$O$o$+$k$N$@$1$I!#(B
