From owner-cvs-src@FreeBSD.ORG Wed Aug 6 17:09:37 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1F29437B401 for ; Wed, 6 Aug 2003 17:09:37 -0700 (PDT) Received: from relay.pair.com (relay.pair.com [209.68.1.20]) by mx1.FreeBSD.org (Postfix) with SMTP id E9D2E43F85 for ; Wed, 6 Aug 2003 17:09:34 -0700 (PDT) (envelope-from silby@silby.com) Received: (qmail 67070 invoked from network); 7 Aug 2003 00:09:33 -0000 Received: from niwun.pair.com (HELO localhost) (209.68.2.70) by relay.pair.com with SMTP; 7 Aug 2003 00:09:33 -0000 X-pair-Authenticated: 209.68.2.70 Date: Wed, 6 Aug 2003 19:07:06 -0500 (CDT) From: Mike Silbersack To: Mike Silbersack In-Reply-To: <200308070003.h7703T8L018237@repoman.freebsd.org> Message-ID: <20030806190553.F30339@odysseus.silby.com> References: <200308070003.h7703T8L018237@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/sys pipe.h X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Aug 2003 00:09:37 -0000 On Wed, 6 Aug 2003, Mike Silbersack wrote: > silby 2003/08/06 17:03:29 PDT > > FreeBSD src repository > > Modified files: > sys/sys pipe.h > Log: > Increase SMALL_PIPE_SIZE from 4096 to PAGE_SIZE. > > Sorry people with 8K pages, this could be have been causing some of the > resent panics under heavy pipe load. ^^^^^^ That was supposed to be "recent", but I suppose that the word "resent" applies to a panic as well. Mike "Silby" Silbersack