io_uring/alloc_cache: shrink default max entries from 512 to 128
authorJens Axboe <axboe@kernel.dk>
Sun, 17 Mar 2024 00:23:44 +0000 (18:23 -0600)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Apr 2024 14:10:25 +0000 (08:10 -0600)
commit0ae9b9a14d54bd0aa68c1e8bda9dd8e6346f1d87
tree517476c06e921ec10f2e8cc9da5bda0c3f83621b
parent29f858a7c6e06060bbadee6d8502df36eed888bf
io_uring/alloc_cache: shrink default max entries from 512 to 128

In practice, we just need to recycle a few elements for (by far) most
use cases. Shrink the total size down from 512 to 128, which should be
more than plenty.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/alloc_cache.h