-
Notifications
You must be signed in to change notification settings - Fork 794
New issue
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
item超过2万后报错 #778
Comments
@Junesui 你可以把配置贴出来吗? |
@Junesui can you post the configuration? |
@Junesui 你这个可能是redis cpu 跑不过来。导致数据没取到。 gorse 大量使用zset , redis很耗cpu |
@Junesui Your redis CPU may not be able to run this. As a result, the data was not retrieved. Gorse uses zset extensively, and redis consumes a lot of CPU. |
不知道是item还是整体数量的问题。
测试条件:不报错
用户数量 | 5000
物品数量 | 10000
反馈数量 | 20000
测试条件:不报错
用户数量 | 10000
物品数量 | 20000
反馈数量 | 40000
测试条件: 此时控制台报如下截图错误
用户数量 | 50000
物品数量 | 50000
反馈数量 | 40000
查看master的日志
The text was updated successfully, but these errors were encountered: