tracker.conf: set thread_stack_size to 256KB
parent
66e5bf1f64
commit
f7fb8bfbf6
|
|
@ -119,8 +119,8 @@ sync_log_buff_interval = 10
|
||||||
check_active_interval = 120
|
check_active_interval = 120
|
||||||
|
|
||||||
# thread stack size, should >= 64KB
|
# thread stack size, should >= 64KB
|
||||||
# default value is 64KB
|
# default value is 256KB
|
||||||
thread_stack_size = 64KB
|
thread_stack_size = 256KB
|
||||||
|
|
||||||
# auto adjust when the ip address of the storage server changed
|
# auto adjust when the ip address of the storage server changed
|
||||||
# default value is true
|
# default value is true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue