Hello there! we currently have this issue when we restart nginx, the cache zone disk consume rise constantly until we reach the 84h after the restart, here nginx locks and start deleting, after 15-30m everything starts working as usual and the cache worker behaves as expected until we do another restart.
Our current configuration is
proxy_cache_path /var/cache/nginx/assets levels=2:2 keys_zone=assets:512m
inactive=84h max_size=81920m use_temp_path=off
loader_files=1000 loader_sleep=50ms loader_threshold=300ms;
We currently have ˜2 million object consuming ˜40G.
Could be that cache loader worker cant keep up with all those objects after the restart?
Thanks!
Our current configuration is
proxy_cache_path /var/cache/nginx/assets levels=2:2 keys_zone=assets:512m
inactive=84h max_size=81920m use_temp_path=off
loader_files=1000 loader_sleep=50ms loader_threshold=300ms;
We currently have ˜2 million object consuming ˜40G.
Could be that cache loader worker cant keep up with all those objects after the restart?
Thanks!