-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
Thanos store OOM #1750
Comments
Hi, any reason you are running such an old version? Please try the |
Same issue with v0.8.1. |
Using the same version here.
Total objects is a little over 8000. Running on a VM, I had to go from 2GB --> 4GB --> 8GB --> 16GB of memory before the OOM-killer was not an issue anymore! |
Same issue with 0.9.0. I wonder what the relations between |
we're having the same issue, it'd be really useful if the documentation would contains some informations about ball park values to set. |
Things seem to have gotten a bit worse with v0.9.0. Thanos Store behaves a bit like "The Very Hungry Caterpillar" when it comes to memory usage... On the positive side, I see there's being worked on: #1471 👍 |
Just started testing Instead of OOM it is now restarting pretty often with
|
The PR that closed this is not in |
It's on master indeed. It's still on experimental but you can enable it via https://github.com/thanos-io/thanos/blob/master/cmd/thanos/store.go#L78 ( We are still working on various benchmarks especially around query resource usage, but functionally it should work! (: Please try it our on dev/testing/staging environments and give us feedback! ❤️ |
@bwplotka the result is amazing after applied this feature flag. Is there any side effects for performance? |
Nothing we have seen or any user reported. Theoretically queries might be
insignificantly slower and a slight more CPU cycles are needed as well disk
lookups, but not much more.
Label APIs might be bit slower, and we need this to fix this:
#1811
…On Wed, 25 Mar 2020 at 15:01, Maria Kotlyarevskaya ***@***.***> wrote:
@bwplotka <https://github.com/bwplotka> the result is amazing after
applied this feature flag. Does it has some side-effects for performance?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1750 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABVA3O33CR6QA2YHD3UP4S3RJIMEZANCNFSM4JOHMXJA>
.
|
Thanos, Prometheus and Golang version used:
Thanos: 0.6.0
Prometheus: 2.10.0
Object Storage Provider: S3
What happened:
Thanos Store won't start. It runs for 2 mins and crashes with OOM. Increased the memory to 64 GB and will still fail. Compactor is running and generating index.cache.json files.
Bucket size: 202.4 GiB. Total Objects: 4952
Biggest index.cache.json: 3.2 GiB
The text was updated successfully, but these errors were encountered: