From owner-freebsd-questions@FreeBSD.ORG Thu Jun 22 17:52:33 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BF3CF16A621 for ; Thu, 22 Jun 2006 17:52:33 +0000 (UTC) (envelope-from maslak@ihlas.net.tr) Received: from pop3.ihlas.net.tr (mail.ihlas.net.tr [213.238.128.115]) by mx1.FreeBSD.org (Postfix) with SMTP id 1DE4B44523 for ; Thu, 22 Jun 2006 17:28:39 +0000 (GMT) (envelope-from maslak@ihlas.net.tr) Received: (qmail 88764 invoked by uid 89); 22 Jun 2006 17:27:53 -0000 X-Mail-Scanner: Scanned by qSheff-II-2.1 (http://www.enderunix.org/qsheff/) Received: from unknown (HELO ihlasnetym) (maslak@213.238.150.220) by 0 with SMTP; 22 Jun 2006 17:27:53 -0000 Message-ID: <000b01c69621$45e376e0$dc96eed5@ihlasnetym> From: "KHalid Faith" To: References: <003701c69615$e6b4dc50$dc96eed5@ihlasnetym> <20060622135852.B1114@ganymede.hub.org> Date: Thu, 22 Jun 2006 20:28:26 +0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1506 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1506 Subject: Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ? 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, 22 Jun 2006 17:52:33 -0000 Ok How can I do active the loader.conf ? is there any command for it ? Thanks ----- Original Message ----- From: "Marc G. Fournier" To: "KHalid Faith" Cc: Sent: Thursday, June 22, 2006 7:59 PM Subject: Re: Why have I get kern.ipc.maxpipekva exceeded; see tuning(7) message ? > On Thu, 22 Jun 2006, KHalid Faith wrote: > > > I use FreeBSD6.0 > > > > My server give me an error as below > > > > kern.ipc.maxpipekva exceeded; see tuning(7) > > > > When I looked at its value as below > > > > sysctl -a |grep kern.ipc.maxpipekva > > kern.ipc.maxpipekva: 16777216 > > > > How can I do about that ? > > Add an entry to /boot/loader.conf, similar to: > > # cat /boot/loader.conf > kern.ipc.maxpipekva=67108864 > > I'm up to 64M, with current usage being closer to 40M: > > ============================== > kern.ipc.maxpipekva: 67108864 - kern.ipc.pipekva: 39112704 > running processes: 1528 > > ---- > Marc G. Fournier Hub.Org Networking Services (http://www.hub.org) > Email . scrappy@hub.org MSN . scrappy@hub.org > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" >