-
Notifications
You must be signed in to change notification settings - Fork 311
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
如何限制内存占用 #423
Comments
请问你微信号多少?我把你拉群讨论吧 |
已经在群里了,二群。问了,也没有人回复,只好在这里问了。 |
1G 内存过于严苛了,rocksdb 的运行时占用都可能不止 1G
这是 Onebox 场景下使用 valgrind massif 查看内存分布的用量图,可以看出,大部分内存还是由 rocksdb 产生的 |
acelyc111
pushed a commit
that referenced
this issue
Jun 23, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我们的业务场景要求,必须有效的限制内存。我改了RocksDB的配置,将buffer改小。 测试发现,内存占用还是1.5G左右,期望控制在1G内。 这个具体有哪些参数可以调节,能分享下经验么?
The text was updated successfully, but these errors were encountered: