-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I limit cache disk usage? #573
Comments
Hey @acejam I think that's not possible ATM with these storages. Maybe we could implement the directory size in the simplefs storage https://github.com/darkweak/storages. |
Thanks for the idea. Is the |
The size is about the number of objects to store but it doesn't limit the filesystem size. |
Hi @darkweak - it looks like this PR that you're working on might help? darkweak/storages#20 I would be interested in testing this. |
Hey @acejam you should be able to use it using
|
Hello,
i'd like to use Souin with Caddy and leverage one of the disk-based storage adapters - such as Badger or NutsDB.
In an effort to prevent "out of disk" system errors, how can I limit the amount of disk space that can be used by the cache?
The text was updated successfully, but these errors were encountered: