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 usage - too much shard active ? #5687

Closed
julienmathevet opened this issue Feb 14, 2016 · 3 comments
Closed

High memory usage - too much shard active ? #5687

julienmathevet opened this issue Feb 14, 2016 · 3 comments

Comments

@julienmathevet
Copy link

thank's @jonseymour.

My influxdb server consume 16 Go and I only write 2k-5k serie /s
On previous version (not TSM engine) I consume between 2Go-4Go of memory

I open new issue ( i writed in #5685)
https://gist.github.com/easyrasta/e8166c3e8aab6c05e2e7

(In given svg prof it's only marke 6 Go ?)

How I could reduce shard ? cache ?

@jwilder
Copy link
Contributor

jwilder commented Feb 14, 2016

It's really helpful to include some basic information in a bug report in order for us to understand the problem. We have a document explaining some of these things and it would be great if you could add those details.

Is there an error or panic you're seeing? If so, can you add the full trace in a gist?

Could you share some example data that your are writing? If you are using tags, how do the values vary? What range of time are you writing data against?

@julienmathevet
Copy link
Author

I closed issue, I couldnt add data. It's comsumer data. I use tag, may be it's due too much cardinality (one tag is an uuid) even if I have few tags.
If you think there isn't any memory problem.
But it would ne nice to have doc on configuration, specially about cache tuning.

@jwilder
Copy link
Contributor

jwilder commented Feb 17, 2016

@easyrasta One of the tag values is a uuid? If you have many distinct uuid values then that will create a new series which incurs more RAM.

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

2 participants