Date: Sun, 19 Jun 2005 11:11:00 +0300 From: Giorgos Keramidas <keramida@ceid.upatras.gr> To: Wilko Bulte <wb@freebie.xs4all.nl> Cc: src-committers@FreeBSD.ORG, Alan Cox <alc@FreeBSD.ORG>, cvs-src@FreeBSD.ORG, Alan Cox <alc@cs.rice.edu>, cvs-all@FreeBSD.ORG, David O'Brien <obrien@FreeBSD.ORG> Subject: Re: cvs commit: src/sys/vm uma_int.h Message-ID: <20050619081100.GA16116@gothmog.gr> In-Reply-To: <20050617192415.GA35940@freebie.xs4all.nl> References: <200506161706.j5GH6YgW038252@repoman.freebsd.org> <20050617063914.GA1097@dragon.NUXI.org> <20050617174658.GK5251@cs.rice.edu> <20050617192415.GA35940@freebie.xs4all.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
On 2005-06-17 21:24, Wilko Bulte <wb@freebie.xs4all.nl> 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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050619081100.GA16116>