openhab / openhabian

openHABian - empowering the smart home, for Raspberry Pi and Debian systems
https://community.openhab.org/t/13379
ISC License
821 stars 252 forks source link

Enable InfluxDB on zram #1527

Closed ecdye closed 3 years ago

ecdye commented 3 years ago

Fixes #1131

Signed-off-by: Ethan Dye mrtops03@gmail.com

ecdye commented 3 years ago

Did you somehow validate that all write access is below /var/lib/influxdb?

Yes, their documentation says that all write of persistence data occurs by default under /var/lib/influxdb and my testing appears to indicate that that is correct.

Why 150M, is it a guess?

Yeah, its a pretty generous database size that should suffice in almost every case by my calculations.