From owner-cvs-all@FreeBSD.ORG Sun Jun 19 08:11:10 2005 Return-Path: X-Original-To: cvs-all@FreeBSD.ORG Delivered-To: cvs-all@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE87D16A41C for ; Sun, 19 Jun 2005 08:11:10 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from nic.ach.sch.gr (nic.sch.gr [194.63.238.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E0843D53 for ; Sun, 19 Jun 2005 08:11:09 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: (qmail 5912 invoked by uid 207); 19 Jun 2005 08:11:08 -0000 Received: from keramida@ceid.upatras.gr by nic by uid 201 with qmail-scanner-1.21 (sophie: 3.04/2.19/3.81. Clear:RC:1(81.186.70.139):. Processed in 0.410091 secs); 19 Jun 2005 08:11:08 -0000 Received: from dialup139.ach.sch.gr (HELO gothmog.gr) ([81.186.70.139]) (envelope-sender ) by nic.sch.gr (qmail-ldap-1.03) with DES-CBC3-SHA encrypted SMTP for ; 19 Jun 2005 08:11:07 -0000 Received: from gothmog.gr (gothmog [127.0.0.1]) by gothmog.gr (8.13.4/8.13.4) with ESMTP id j5J8B4B2016398; Sun, 19 Jun 2005 11:11:04 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from giorgos@localhost) by gothmog.gr (8.13.4/8.13.4/Submit) id j5J8B1Hw016363; Sun, 19 Jun 2005 11:11:01 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 19 Jun 2005 11:11:00 +0300 From: Giorgos Keramidas To: Wilko Bulte Message-ID: <20050619081100.GA16116@gothmog.gr> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> <20050617063914.GA1097@dragon.NUXI.org> <20050617174658.GK5251@cs.rice.edu> <20050617192415.GA35940@freebie.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050617192415.GA35940@freebie.xs4all.nl> Cc: src-committers@FreeBSD.ORG, Alan Cox , cvs-src@FreeBSD.ORG, Alan Cox , cvs-all@FreeBSD.ORG, David O'Brien Subject: Re: cvs commit: src/sys/vm uma_int.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Jun 2005 08:11:10 -0000 On 2005-06-17 21:24, Wilko Bulte wrote: > On Fri, Jun 17, 2005 at 12:46:58PM -0500, Alan Cox wrote.. > > > > I recall that 42 was the minimum to fix Eric's panic. I chose 48 so > > Of course it should be 42... So, who's going to commit this? % --- uma_int.h 16 Jun 2005 17:06:34 -0000 1.31 % +++ uma_int.h 19 Jun 2005 08:09:55 -0000 % @@ -119,7 +119,7 @@ % #define UMA_SLAB_MASK (PAGE_SIZE - 1) /* Mask to get back to the page */ % #define UMA_SLAB_SHIFT PAGE_SHIFT /* Number of bits PAGE_MASK */ % % -#define UMA_BOOT_PAGES 48 /* Pages allocated for startup */ % +#define UMA_BOOT_PAGES 42 /* DON'T PANIC */ % % /* Max waste before going to off page slab management */ % #define UMA_MAX_WASTE (UMA_SLAB_SIZE / 10)