On Thu, 10 May 2007, David Miller wrote:

> From: Christoph Lameter <[EMAIL PROTECTED]>
> Date: Thu, 10 May 2007 15:21:52 -0700 (PDT)
> 
> > On Thu, 10 May 2007, David Miller wrote:
> > 
> > > What SLAB allows you to do is define LARGE_ALLOCS but not necessarily
> > > set MAX_ORDER large enough for the largest kmalloc SLAB.  SLAB would
> > > ignore the kmalloc cache creation failures for these largest ones that
> > > are over MAX_ORDER.
> > 
> > Hmmm... How about limiting KMALLOC_SHIFT_HIGH to max order?
> 
> That should definitely do the trick too:

Could you verify that it indeed does the trick?
-
To unsubscribe from this list: send the line "unsubscribe linux-arch" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to