Out of memory error code from Influx v2 web page

I have pushed 6000 lines of Log data to Influx db 2.7 and i run the FluxQL to get all data from the bucket by filter the measurement, after i run the query the web page was unresponsive and shows out of memory error code in the webpage.

How i could i fix this error ?

What will be the maximum data storage in Influx ?

Are you running on oss or cloud 2?

I am using OSS Edition

Hello @Sasidharan_S,
InfluxDB 2.x isn’t optimized for logs. Log data leads to high cardinality which causes out of memory issues. InfluxDB 3.x was completely rewritten though so that it can.

Could you please share the download information for Influx 3.x