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

High memory fragmentation because of libc malloc #52

Open
swapnanil opened this issue May 31, 2018 · 4 comments
Open

High memory fragmentation because of libc malloc #52

swapnanil opened this issue May 31, 2018 · 4 comments

Comments

@swapnanil
Copy link

I observed a high memory fragmentation (rss memory >> used memory or peak used memory) that I attribute to libc malloc. Can you please use jemalloc, as suggested by redis memory doctor?

@aviggiano
Copy link
Owner

Hi @swapnanil, thank you for checking this repository out.
I'll include that in my TO-DO list, sure.

By the way, how are you using this module? Is it in production? What is your use case? I am curious about people's needs for compressed bitmaps in Redis.

@swapnanil
Copy link
Author

Hi @aviggiano
I came across your repository while looking for redis filtering data structures for a personal project. I wouldn't have seen the fragmentation if I had not run a jmeter load test.
I can also do this task, i.e., use jemalloc in place of libc malloc and you can merge?

@aviggiano
Copy link
Owner

Hey,

Sure, that would be great. I'd be happy to accept a PR.

Thanks

@swapnanil
Copy link
Author

Cool, will start working on it then. Thanks!

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

No branches or pull requests

2 participants