diff --git a/storage/trunk_mgr/trunk_mem.c b/storage/trunk_mgr/trunk_mem.c index 3a1ccda..f54bff1 100644 --- a/storage/trunk_mgr/trunk_mem.c +++ b/storage/trunk_mgr/trunk_mem.c @@ -381,7 +381,7 @@ static int trunk_alloc_trunk_array(struct trunk_info_array *trunk_array) if (trunk_array->alloc == 0) { - alloc = 16 * 1024; + alloc = 64 * 1024; } else {