smalloc: increase initial pool size from 64k to 1m
authorJens Axboe <jens.axboe@oracle.com>
Wed, 26 Mar 2008 09:05:43 +0000 (10:05 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Wed, 26 Mar 2008 09:05:43 +0000 (10:05 +0100)
commit85f467031d14d98940f56941016faa481a628c0f
treed63d092e2dc386933f10da9df45b98f60bd6f616
parentbd199f2b98eeb9101795e40fdef5889c630178c1
smalloc: increase initial pool size from 64k to 1m

We allocate randommaps from that pool as well and they can grow
quite large.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
smalloc.c