* Re: [PATCH] slabify iocontext + request_queue
@ 2004-05-15 18:07 Christoph Hellwig
2004-05-15 17:30 ` Jens Axboe
0 siblings, 1 reply; 3+ messages in thread
From: Christoph Hellwig @ 2004-05-15 18:07 UTC (permalink / raw)
To: axboe, torvalds; +Cc: linux-kernel
this just went in:
> From: Jens Axboe <axboe@suse.de>
>
> Move both request_queue and io_context allocation to a slab cache.
>
> This is mainly a space-saving exercise. Some setups have a lot of disks
> and the kmalloc rounding-up can consume significant amounts of memory.
While I agree on the io_context part, slabifying request_queue is a space
waste on most machines out there. The averange desktop has less than a
handfull of these, and even for smaller servers it doesn't exactly look
like a gain.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] slabify iocontext + request_queue
2004-05-15 18:07 [PATCH] slabify iocontext + request_queue Christoph Hellwig
@ 2004-05-15 17:30 ` Jens Axboe
2004-05-15 19:50 ` Christoph Hellwig
0 siblings, 1 reply; 3+ messages in thread
From: Jens Axboe @ 2004-05-15 17:30 UTC (permalink / raw)
To: Christoph Hellwig, torvalds, linux-kernel
On Sat, May 15 2004, Christoph Hellwig wrote:
> this just went in:
>
> > From: Jens Axboe <axboe@suse.de>
> >
> > Move both request_queue and io_context allocation to a slab cache.
> >
> > This is mainly a space-saving exercise. Some setups have a lot of disks
> > and the kmalloc rounding-up can consume significant amounts of memory.
>
> While I agree on the io_context part, slabifying request_queue is a space
> waste on most machines out there. The averange desktop has less than a
> handfull of these, and even for smaller servers it doesn't exactly look
> like a gain.
See the thread last week on queue congestion threshold calculations,
there were some numbers in there.
--
Jens Axboe
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] slabify iocontext + request_queue
2004-05-15 17:30 ` Jens Axboe
@ 2004-05-15 19:50 ` Christoph Hellwig
0 siblings, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2004-05-15 19:50 UTC (permalink / raw)
To: Jens Axboe; +Cc: Christoph Hellwig, torvalds, linux-kernel
On Sat, May 15, 2004 at 07:30:04PM +0200, Jens Axboe wrote:
> > While I agree on the io_context part, slabifying request_queue is a space
> > waste on most machines out there. The averange desktop has less than a
> > handfull of these, and even for smaller servers it doesn't exactly look
> > like a gain.
>
> See the thread last week on queue congestion threshold calculations,
> there were some numbers in there.
Maybe my math is completely off, but with slab you'd need a page at least,
the kmem_cache_t and maybe a kmem_bufctl_t
So for the usual two or three queue desktops we went from 1024 or 1536
to 4096 + N.
Cutoff point is at aproximately 9 queues which I think most machines running
linux won't reach.
Anyway, not that this is really important, I think we just need to question
all this silent bloating a little..
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2004-05-15 19:50 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-05-15 18:07 [PATCH] slabify iocontext + request_queue Christoph Hellwig
2004-05-15 17:30 ` Jens Axboe
2004-05-15 19:50 ` Christoph Hellwig
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.