Hi Maxim Let me explain the use case. I am using cache module to serve very large library. Some files are very popular but a ot of them are not popular at all though. To deal with this long tail I use proxy_cache_min_uses to cache only after it was requested several times. So what I think happens is that disk is not a limiting factor (at least not enough) but keys zone grows very quickly.
Thanks, Kuba Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237829,248913#msg-248913 _______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
