From owner-freebsd-stable@FreeBSD.ORG Thu Jun 22 16:35:45 2006 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF87916A479 for ; Thu, 22 Jun 2006 16:35:45 +0000 (UTC) (envelope-from cswiger@mac.com) Received: from pi.codefab.com (pi.codefab.com [199.103.21.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D74043D55 for ; Thu, 22 Jun 2006 16:35:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 749B65DF9; Thu, 22 Jun 2006 12:35:44 -0400 (EDT) X-Virus-Scanned: amavisd-new at codefab.com Received: from pi.codefab.com ([127.0.0.1]) by localhost (pi.codefab.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id O2zxw+3nvRsB; Thu, 22 Jun 2006 12:35:41 -0400 (EDT) Received: from [192.168.1.251] (pool-68-160-201-170.ny325.east.verizon.net [68.160.201.170]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 732165D3A; Thu, 22 Jun 2006 12:35:41 -0400 (EDT) Message-ID: <449AC6D2.5020601@mac.com> Date: Thu, 22 Jun 2006 12:35:30 -0400 From: Chuck Swiger User-Agent: Thunderbird 1.5.0.4 (Windows/20060516) MIME-Version: 1.0 To: "Marc G. Fournier" References: <20060622121421.X1114@ganymede.hub.org> In-Reply-To: <20060622121421.X1114@ganymede.hub.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-stable@freebsd.org Subject: Re: kern.ipc.maxpipekva ... X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 22 Jun 2006 16:35:45 -0000 Marc G. Fournier wrote: [ ... ] > Figuring that the last time I checked, I was using something like 7000 > pipes, @ 16k each, I should be setting it closer to 128M, and that is > assuming no 64k pipes ... > > So, is there an 'upper max' that it won't allow me to set it past? Read "man tuning" about KVA. -- -Chuck