Re: Too many deleted open files in proxy_temp_path

2020-04-10 Thread patademahesh
Oh.. yes. i thought ubuntu gives latest package. Okay i'll try that and update here. Thank You for pointing. Posted at Nginx Forum: https://forum.nginx.org/read.php?2,287605,287607#msg-287607 ___ nginx mailing list nginx@nginx.org http://mailman.nginx

Too many deleted open files in proxy_temp_path

2020-04-10 Thread patademahesh
Hi everyone, We are using nginx as reverse proxy to cache static content for a moodle LMS site. The caching part is working fine but we started facing the cache path disk full issues. When we checked using du, it was reporting very low used space.Then we checked lsof output we found too many delet

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