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
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
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
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