Re: massive deleted open files in proxy cache

2020-04-10 Thread patademahesh
We are facing the same issue. File gets deleted but it holds the FD and disk space is never released until we restart the nginx server. Most of the files we is from proxy_temp_path directory. This is causing filesystem to go out of space. We tried this with tmpfs and normal disk. Posted at Nginx F

Re: massive deleted open files in proxy cache

2018-06-20 Thread Peter Booth
Sounds weird. 1. It doesn’t make sense for your cache to be on a tmpfs share. Better to use s physical disk allow Linux ‘s page csche to do its job 2. How big are the files in the larger cache? Min/median/max? Sent from my iPhone > On Jun 20, 2018, at 7:38 AM, rihad wrote: > > Have you be

Re: massive deleted open files in proxy cache

2018-06-20 Thread rihad
Have you been able to solve the issue? We're having the same problem after upgrading 1.12.2 to 1.14 Posted at Nginx Forum: https://forum.nginx.org/read.php?2,272519,280189#msg-280189 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailm

massive deleted open files in proxy cache

2017-02-20 Thread Marco Lenhardt
Hi! We are useing Ubuntu 16.04 with nginx version 1.10.0-0ubuntu0.16.04.4. nginx.conf: user nginx; worker_processes auto; worker_rlimit_nofile 20480; # ulimit open files per worker process events { # Performance worker_connections 2048; # openfilelimits beachten mult