Skip to content
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

OOM问题 #111

Open
callmedba opened this issue Dec 29, 2022 · 1 comment
Open

OOM问题 #111

callmedba opened this issue Dec 29, 2022 · 1 comment

Comments

@callmedba
Copy link

执行如下命令
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现象的配置参数吗?

谢谢

@callmedba
Copy link
Author

从源和目标Redis实例取key、value ,是全量获取的吗,还是分小批次逐一获取的呢 ? 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant