Open MarkRepo opened 5 years ago
Can you please translate it to english ?
This large array buffer is not recommended to be allocated on the stack, which easily leads to stack overflow.
This large array buffer is not recommended to be allocated on the stack, which easily leads to stack overflow.
你是32位系统吧。。。
This large array buffer is not recommended to be allocated on the stack, which easily leads to stack overflow.
你是32位系统吧。。。
协程,stack有限
cluster_node *table[REDIS_CLUSTER_SLOTS]; 这种大数组buffer不建议在栈上分配,容易导致栈空间不足的问题。