From f7fb8bfbf6a8b12505be896be30ec3480c7288df Mon Sep 17 00:00:00 2001 From: YuQing <384681@qq.com> Date: Sat, 13 Jul 2019 11:26:52 +0800 Subject: [PATCH] tracker.conf: set thread_stack_size to 256KB --- conf/tracker.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/tracker.conf b/conf/tracker.conf index 79a548d..5e28136 100644 --- a/conf/tracker.conf +++ b/conf/tracker.conf @@ -119,8 +119,8 @@ sync_log_buff_interval = 10 check_active_interval = 120 # thread stack size, should >= 64KB -# default value is 64KB -thread_stack_size = 64KB +# default value is 256KB +thread_stack_size = 256KB # auto adjust when the ip address of the storage server changed # default value is true