Ok How can I do active the loader.conf ? is there any command for it ? Thanks
----- Original Message ----- From: "Marc G. Fournier" <[EMAIL PROTECTED]> To: "KHalid Faith" <[EMAIL PROTECTED]> Cc: <[email protected]> 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 . [EMAIL PROTECTED] MSN . [EMAIL PROTECTED] > Yahoo . yscrappy Skype: hub.org ICQ . 7615664 > _______________________________________________ > [email protected] mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "[EMAIL PROTECTED]" > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "[EMAIL PROTECTED]"
