You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
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?
The text was updated successfully, but these errors were encountered: