From 10906677a41e1f58d9a8011d84b3355f82e4a220 Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Thu, 26 Dec 2019 10:38:28 +0800 Subject: [PATCH] change init alloc size --- storage/trunk_mgr/trunk_mem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {