Memory allocation error

I am receiving this error for one of my grafana dashboard queries:
“invalid: memory allocation limit reached: limit 4000000000 bytes, allocated: 3999969472, wanted: 34176”

image

I would like to know if it is possible to increase the memory allocation limit?

Im using grafana cloud, influxdb cloud for the datasource, and querying with flux. Found this github issue which seems to be the same

welcome to the :grafana: community @wes10!

Thank you for sharing the influxdb issue you found, that does look like a good match. Do you see the same message in influxdb if you run the query there? I’m suspicious that grafana is just passing the error through that it got as a response from influxdb.

Ah you are correct. I see the same message in InfluxDB. I’ll ask them what’s going on!

1 Like