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?)
The value I specify for the size of my key zone in the proxy_path
statement
I suppose you are talking about the proxy_cache_path directive. Its docs
http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache_path
state you are defining the size of a shared memory zone, most probably
allocated by the master process at configuration loading time and then
accessible/accessed by workers when needed.
B. R.
Great, thank you!
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs