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
执行如下命令 redis-full-check -s host1:6379 --sourcedbtype=0 -t host2:6379 --targetdbtype=0 --comparemode=1 --qps=10 --batchcount=100
redis-full-check进程使用的内存会越来越高,直至OOM
这个OOM是由于上面命令里的某些参数配置不合理导致的吗,还是由于redis-full-check在全量获取redis实例内的key和value导致内存使用量越来越大导致的呢?
目前有缓解OOM现象的配置参数吗?
谢谢
The text was updated successfully, but these errors were encountered:
从源和目标Redis实例取key、value ,是全量获取的吗,还是分小批次逐一获取的呢 ? 谢谢
Sorry, something went wrong.
No branches or pull requests
执行如下命令
redis-full-check -s host1:6379 --sourcedbtype=0 -t host2:6379 --targetdbtype=0 --comparemode=1 --qps=10 --batchcount=100
redis-full-check进程使用的内存会越来越高,直至OOM
这个OOM是由于上面命令里的某些参数配置不合理导致的吗,还是由于redis-full-check在全量获取redis实例内的key和value导致内存使用量越来越大导致的呢?
目前有缓解OOM现象的配置参数吗?
谢谢
The text was updated successfully, but these errors were encountered: