@raphael_tillman
There are a few ways to get around memory limits in Grafana:
- Use a more powerful server or increase the resources allocated to your current server. This can help to provide more memory for Grafana to use.
- Optimize your queries and dashboards to use less memory. This can involve reducing the amount of data being queried, removing unnecessary variables or filters, and simplifying the visualization.
- Configure caching for your data sources to reduce the amount of data that needs to be stored in memory.
- Consider using a time series database like InfluxDB or Prometheus that is designed for handling time series data and can more efficiently manage memory usage.
- Upgrade to the latest version of Grafana, as newer versions may have improved memory management and performance optimizations.