Re: Nginx proxy_path key zone

2016-03-19 Thread CJ Ess
Great, thank you! On Sat, Mar 19, 2016 at 5:19 PM, B.R. wrote: > I suppose you are talking about the proxy_cache_path directive. Its docs > > state you are defining the size of a *shared memory zone*, most probably > al

Re: Nginx proxy_path key zone

2016-03-19 Thread B.R.
I suppose you are talking about the proxy_cache_path directive. Its docs state you are defining the size of a *shared memory zone*, most probably allocated by the master process at configuration loading time and then access

Nginx proxy_path key zone

2016-03-19 Thread CJ Ess
The value I specify for the size of my key zone in the proxy_path statement - is that a per-worker memory allocation or a shared memory zone? (i.e. if its 64mb and I have 32 processors, does the zone consume 64mb of main memory or 2gb?) ___ nginx mailing