dgtlmoon / changedetection.io

The best and simplest free open source web page change detection, website watcher, restock monitor and notification service. Restock Monitor, change detection. Designed for simplicity - Simply monitor which websites had a text change for free. Free Open source web page change detection, Website defacement monitoring, Price change notification
https://changedetection.io
Apache License 2.0
15.85k stars 884 forks source link

[feature] Keep Inodes low #2385

Open olieff-github opened 1 month ago

olieff-github commented 1 month ago

0.45.22 on linux mint/docker-compose

Having a lot of watches with a high checking frequency (every 3 seconds) creates a lot of tmp files to /var/lib/docker/overlay2. I get ENOSPC: no space left on device, mkdtemp '/tmp/playwright-artifacts error and 100% Inode usage.

Implement auto deletion that keeps inodes low. What I tried: Cronjob deleting those small files frequently, didn’t work :( Tried to delete them manually via Terminal, didn‘t work..

Thank you.