You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Over time the /opt/iobroker/iobroker-data/sonosCache path that contains cached image files seems to be constantly filled up with new cache files. Here it already occupies about 4GB of disk space with the oldest file from Nov 2019 (the time at which this new sonosCache dir had been introduced:
iobroker:~$ du -hs /opt/iobroker/iobroker-data/sonosCache
4.1G /opt/iobroker/iobroker-data/sonosCache
iobroker:~$ ls -lat /opt/iobroker/iobroker-data/sonosCache | tail -1
-rw-rwxr--+ 1 iobroker iobroker 3222 Nov 21 2019 d9d70057837f4af5dd406e75b44f2036
To Reproduce
Steps to reproduce the behavior:
Check the content of your /opt/iobroker/iobroker-data/sonosCache directory
Note that when using iobroker.sonos on a daily basis the content of that sonosCache dir is constantly increasing
Expected behavior
iobroker.sonos should have a mechanism to clear/delete old cache files over time so that it might not fill up systems until they run out of disk space.
Versions:
Adapter version: 3.0.0
JS-Controller version: 5.0.19
Node version: 18.19.0
Operating system: Ubuntu Linux 22.04.3 LTS
The text was updated successfully, but these errors were encountered:
Ok then question ... which timeframe the cache should hold? Can you please have a look at the cached content and propose something? 1 day? 2 weeks? 4 weeks? 3 months?
Describe the bug
Over time the
/opt/iobroker/iobroker-data/sonosCache
path that contains cached image files seems to be constantly filled up with new cache files. Here it already occupies about 4GB of disk space with the oldest file from Nov 2019 (the time at which this newsonosCache
dir had been introduced:To Reproduce
Steps to reproduce the behavior:
/opt/iobroker/iobroker-data/sonosCache
directoryExpected behavior
iobroker.sonos should have a mechanism to clear/delete old cache files over time so that it might not fill up systems until they run out of disk space.
Versions:
The text was updated successfully, but these errors were encountered: