Hello community, I’m facing an issue with Grafana on my Raspberry Pi 4 setup with openHAB 4. Grafana crashes and restarts every 2 minutes, which is causing a lot of log file growth and system instability. Here’s what I’ve observed:
-
Logs Analysis: The logs show frequent restarts with errors related to database connections and memory management. I’ve included snippets of the logs below for reference.
-
Steps Taken: I’ve tried adjusting memory settings, reinstalling Grafana, and checking database connections, but the issue persists.
-
Impact: This is affecting my ability to monitor my smart home setup effectively. I’m hoping someone has encountered a similar issue and can provide guidance.
Here’s a snippet of the error logs:
plaintext
Sep 10 16:15:19 openhabian grafana[6694]: SIGILL: illegal instruction
Sep 10 16:15:19 openhabian grafana[6694]: PC=0x86232c4 m=10 sigcode=1
…
Sep 10 16:15:19 openhabian grafana[6694]: goroutine 1 [select]:
Sep 10 16:15:19 openhabian grafana[6694]: runtime.gopark(0x112170c, 0x0, 0x9, 0x18, 0x1)
…
Sep 10 16:15:19 openhabian grafana[6694]: created by github.com/centrifugal/centrifuge/internal/dissolve.(*Dissolver).Run in goroutine 1
Any suggestions or troubleshooting steps would be greatly appreciated! Thanks in advance for your help.