Re: Cache keeps growing despite Max_size limit

2013-03-07 Thread Piotr Sikora
Hey Jan, Any update on the module in the near future that might fix this issue? Latest release shouldn't have this problem: http://labs.frickle.com/files/ngx_slowfs_cache-1.10.tar.gz Best regards, Piotr Sikora piotr.sik...@frickle.com ___ nginx

Re: Cache keeps growing despite Max_size limit

2013-03-07 Thread jan5134
Thanks for that quick update Piotr. Will start with the testing on a new server that i'll set up and let you know if there is anything else. Thanks Jan Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236987,237065#msg-237065 ___ nginx

Cache keeps growing despite Max_size limit

2013-03-06 Thread jan5134
Hi, I'm having issues with nginx where my cache directory keeps growing until the hdd is full. If anyone can give me any information on how to solve this it will be appreciated. nginx -V: nginx version: nginx/1.2.1 built by gcc 4.4.6 20110731 (Red Hat 4.4.6-3) (GCC) TLS SNI support enabled

Re: Cache keeps growing despite Max_size limit

2013-03-06 Thread Maxim Dounin
Hello! On Wed, Mar 06, 2013 at 07:02:28AM -0500, jan5134 wrote: Hi, I'm having issues with nginx where my cache directory keeps growing until the hdd is full. If anyone can give me any information on how to solve this it will be appreciated. nginx -V: nginx version: nginx/1.2.1

Re: Cache keeps growing despite Max_size limit

2013-03-06 Thread jan5134
Thanks for the quick reply. I would like to test that but i'm kind of new to nginx and also our website can't have any downtime. Any other suggestion maybe? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,236987,236989#msg-236989 ___ nginx

Re: Cache keeps growing despite Max_size limit

2013-03-06 Thread Maxim Dounin
Hello! On Wed, Mar 06, 2013 at 07:16:39AM -0500, jan5134 wrote: Thanks for the quick reply. I would like to test that but i'm kind of new to nginx and also our website can't have any downtime. Any other suggestion maybe? Try to reproduce the problem in a sandbox, it should help with your

Re: Cache keeps growing despite Max_size limit

2013-03-06 Thread Piotr Sikora
Hey, As a quick test you may try switching to a proxy + proxy_cache setup instead of slowfs_cache to see if slowfs_cache module problem or something more general. It's a known issue with my ngx_slowfs_cache module. Best regards, Piotr Sikora piotr.sik...@frickle.com

Re: Cache keeps growing despite Max_size limit

2013-03-06 Thread jan5134
Hi, Thanks for your contribution to the nginx community Piotr and your reply. Do you have any suggestions on how to bypass this problem? Any update on the module in the near future that might fix this issue? Thanks Jan Posted at Nginx Forum: