cvs commit: src/sys/vm uma_int.h

Giorgos Keramidas keramida at ceid.upatras.gr
Sun Jun 19 08:11:11 GMT 2005


On 2005-06-17 21:24, Wilko Bulte <wb at 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)


More information about the cvs-src mailing list