From owner-freebsd-hackers Wed Jun 26 1:29:37 2002 Delivered-To: freebsd-hackers@freebsd.org Received: from soulshock.mail.pas.earthlink.net (soulshock.mail.pas.earthlink.net [207.217.120.130]) by hub.freebsd.org (Postfix) with ESMTP id C126B37B401 for ; Wed, 26 Jun 2002 01:29:33 -0700 (PDT) Received: from swan.mail.pas.earthlink.net (swan.mail.pas.earthlink.net [207.217.120.123]) by soulshock.mail.pas.earthlink.net (8.11.6+Sun/8.11.6) with ESMTP id g5Q7KZR16644 for ; Wed, 26 Jun 2002 00:20:35 -0700 (PDT) Received: from pool0159.cvx21-bradley.dialup.earthlink.net ([209.179.192.159] helo=mindspring.com) by swan.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17N76A-00056k-00; Wed, 26 Jun 2002 00:20:18 -0700 Message-ID: <3D196AEA.3229476@mindspring.com> Date: Wed, 26 Jun 2002 00:19:06 -0700 From: Terry Lambert X-Mailer: Mozilla 4.7 [en]C-CCK-MCD {Sony} (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Patrick Thomas Cc: Peter Wemm , Alfred Perlstein , freebsd-hackers@FreeBSD.ORG Subject: Re: tunings for many httpds... References: <20020625225929.U68572-100000@utility.clubscholarship.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick Thomas wrote: > > > Uhh, Terry, neither form of SHM uses KVA. Either pageable or physically > > > backed. The memory is only mapped into processes and is NOT mapped into > > > KVA anywhere. (*) > > > > You and Alfred are right. > > > > It looks like this was corrected by John Dyson, shortly after he > > had checked it in to work that way. > > So the conclusion is that: > > sysctl kern.ipc.shm_use_phys=1 > > Is not even potentially a magic bullet for the issue I am seeing (since > either way, all those greatly increased SHM/SEM settings I added are not > using KVA) ?? It will save some KVA, especially after forks, as Peter pointed out. But it's unlikely at this point, given the off-list issues, that your problem is KVA space, particularly since it's happening at the same time very day. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message