We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cluster_node *table[REDIS_CLUSTER_SLOTS]; 这种大数组buffer不建议在栈上分配,容易导致栈空间不足的问题。
The text was updated successfully, but these errors were encountered:
Can you please translate it to english ?
Sorry, something went wrong.
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有限
No branches or pull requests
cluster_node *table[REDIS_CLUSTER_SLOTS];
这种大数组buffer不建议在栈上分配,容易导致栈空间不足的问题。
The text was updated successfully, but these errors were encountered: