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

Huge cache key #56

Open
manuelmeurer opened this issue Sep 6, 2013 · 5 comments
Open

Huge cache key #56

manuelmeurer opened this issue Sep 6, 2013 · 5 comments

Comments

@manuelmeurer
Copy link
Contributor

I just checked the keys in my Redis db with redis-rdb-tools (https://github.com/sripathikrishnan/redis-rdb-tools) and the largest key by far is "redmon:redis:localhost:6379/0:stats" with a size of 324897636 bytes (about 310MB).
How could this grow so big?

@steelThread
Copy link
Owner

This issue was addressed here. Are you using v0.0.8?

@manuelmeurer
Copy link
Contributor Author

Yes, I was using 0.0.8. I immediately deleted the key because my server was over capacity though.

@steelThread
Copy link
Owner

Apologies. I'll look into this more.

@robvolk
Copy link

robvolk commented Dec 16, 2013

We're seeing the same issue and we're going to have to pull Redmon out because of this. Redmon is consuming 90% of the memory on my Redis server and we don't want to have to manually clear out the massive key constantly to keep it running.

@derSascha
Copy link
Contributor

I am not sure how you run your stats collector, but if you use a sidekiq job, don't forget to clean the stats key after each run. I fixed the section in the readme accordingly (see #72).

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

4 participants