Hi there,
for my
Raspberry Pi 3B
i decided to go from
- raspbian lite 32-bit
- dockerized openHAB 3
- dockerized influxDB
to
- raspbian lite 64-bit
- dockerized openHAB 3
- dockerized influxDB 2 (Just because this was a good opportunity)
Sadly it seems, that im now struggling with performance issues.
It seems, that swap is always (very often) at 100%
I tried to check if this was caused by switching from influxDB to influxDB2, by checking the utilization with stopped influxDB2-container → Still it seems, that openHAB 3 is enough to cause swap at 100%
raspbian lite 32-bit - openHAB + influxDB RUNNING
raspbian lite 64-bit - openHAB RUNNING - influxDB2 STOPPED
Both times i tried to run openhab:latest or openhab:milestone (3.3.0.M1) → Same result → System gets unresponsive if swap + mem utilization gets too high
Is it just raspbian 64-bit not fitting to the hardware of my raspberry pi 3B or could there be some installation/configuration issues i caused?
For sure the chance is very high, that this is not a openHAB problem, but maybe some of you already have a good advice for me