Skip to content
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

doesn't meet max_size limit #8

Open
runningman84 opened this issue Feb 10, 2014 · 2 comments
Open

doesn't meet max_size limit #8

runningman84 opened this issue Feb 10, 2014 · 2 comments

Comments

@runningman84
Copy link

We use this plugin (1.10) in nginx 1.4.3 wih these settings

slowfs_cache_path /var/spool/slowfs/cache levels=1:2 keys_zone=slowfs_cache:128M max_size=40G inactive=3d;

...
    location / {
        log_not_found off;
        slowfs_cache_valid 7d;
        error_page 404 = @bild_fallback;
    }
    location /staticweb/images/product/ {
        slowfs_cache_valid 7d;
    }
...

But the cache folder exceeds the max_size of 40GB. We have to shutdown nginx and do a manual cleanup in order to solve this issue.

@alexjs
Copy link

alexjs commented Jun 5, 2014

What FS did you use for your cache? I've found that max_size might not be honoured on ext3, but is on ext4.

@runningman84
Copy link
Author

We used ext3

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants