Love GrowthBook, here with our first issue! On a ...
# give-feedback
l
Love GrowthBook, here with our first issue! On a data-heavy experiment with two primary metrics and three guardrail metrics, we have two failing queries:
Copy code
500: Code: 241. DB::Exception: Memory limit (total) exceeded: would use 7.46 GiB (attempt to allocate chunk of 0 bytes), maximum: 7.00 GiB: While executing AggregatingTransform. (MEMORY_LIMIT_EXCEEDED) (version 22.3.8.40.altinitystable (altinity build))
These failing queries run quickly in ClickHouse itself. The difference appears to be that GrowthBook runs the queries in parallel. Solutions to our problem (beyond increasing RAM) are something like: 1. Not running GrowthBook queries in parallel 2. Allowing some way to manually update guardrail metrics (so we can run them one at a time ourselves) Happy to provide more info if needed!
f
Hey John. Are you self-hosting or using our Cloud?
l
We're using the cloud.
f
Ok, I think we'll need to add a setting to limit query concurrency. I'll make a GitHub issue for that
l
That would be great! Thank you. Appreciate you + your team's hard work. 🙂