From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 04:48:45 2005 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 A40E916A41F for ; Wed, 28 Dec 2005 04:48:45 +0000 (GMT) (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 2B6A543D58 for ; Wed, 28 Dec 2005 04:48:45 +0000 (GMT) (envelope-from cswiger@mac.com) Received: from localhost (localhost [127.0.0.1]) by pi.codefab.com (Postfix) with ESMTP id 7EA0F5DC9; Tue, 27 Dec 2005 23:48:44 -0500 (EST) 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 02591-04; Tue, 27 Dec 2005 23:48:43 -0500 (EST) Received: from [192.168.1.3] (pool-68-161-122-227.ny325.east.verizon.net [68.161.122.227]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pi.codefab.com (Postfix) with ESMTP id 6B96B5C9C; Tue, 27 Dec 2005 23:48:43 -0500 (EST) Message-ID: <43B21933.8020003@mac.com> Date: Tue, 27 Dec 2005 23:48:51 -0500 From: Chuck Swiger Organization: The Courts of Chaos User-Agent: Mozilla Thunderbird 1.0.7 (Windows/20050923) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Imran Imtiaz , freebsd-questions References: <200512270458.jBR4wnqD084238@darkstar.thelakecity.com.pk> <43B21084.1070102@mac.com> <000b01c60b69$02dbaae0$8c4a3bca@abc> In-Reply-To: <000b01c60b69$02dbaae0$8c4a3bca@abc> X-Enigmail-Version: 0.93.0.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: amavisd-new at codefab.com Cc: Subject: Re: ker.ipc.maxpipekva error again and again 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: Wed, 28 Dec 2005 04:48:45 -0000 Imran Imtiaz wrote: > actually i am running some graph generating scripts this is because of > them but it doesn't happened all the time so how can i correct it ? Adjust or serialize your scripts, or recompile the kernel with more KVA allocated to pipes. See the Handbook about rebuilding the kernel, and "man tuning". -- -Chuck