lkml.org 
[lkml]   [2010]   [Mar]   [2]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: Memory management woes - order 1 allocation failures
> For reasons that are not particularly clear to me, tty_buffer_alloc() is
> called far more frequently in 2.6.33 than in 2.6.24. I instrumented the
> function to print out the size of the buffers allocated, booted under
> qemu and would just "cat /bin/ls" to see what buffers were allocated.
> 2.6.33 allocates loads, including high-order allocations. 2.6.24
> appeared to allocate once and keep silent.

The pty layer is using them now and didn't before. That will massively
distort your numhers.

> While there have been snags recently with respect to high-order
> allocation failures in recent kernels, this might be one of the cases
> where it's due to subsystems requesting high-order allocations more.

The pty code certainly triggered more such allocations. I've sent Greg
patches to make the tty buffering layer allocate sensible sizes as it
doesn't need multiple page allocations in the first place.

Alan


\
 
 \ /
  Last update: 2010-03-02 19:35    [W:1.842 / U:0.156 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site