So, I've run without this third party cache purge module since I mentioned a
custom build.
The server is still chewing through disk space and IO remains pegged to the
wall (mix of the cache loader and new cache items). The cache loader seems
unable to keep up -- I've never seen it actually delete
Maxim Dounin Wrote:
---
> Hello!
** snip**
> (On the other hand, it may iterfere with normal cache operations
> and may cause problems you observe, much like any other 3rd party
> module. That's why we usually ask people to reproduce the issu
Maxim Dounin Wrote:
---
> Hello!
>
** snip**
> Have you tried without the cache purge module compiled in?
>
> --
> Maxim Dounin
I have not -- this is actually an RPM-build from the Atomic Repo. Wouldn't
removing said purge module disable the
The cache manager process is, indeed, running. I even did a brief strace on
it to be sure it was actually working. There is nothing in the logs that
indicates an issue. In fact, the only thing in the logs is expected http
requests.
Output of nginx -V:
[root@nginx01-dpl ~]# nginx -V
nginx version:
Hi folks,
We setup some nginx instances a few months ago in order to serve up/cache
video content. Recently, we've noticed that there is *severe* cache overrun
-- on the order of 1TB + per cache directory.
It seems like proxy_cache_path is entirely ignoring the max_size value
specified in the con