Re: FASTCGI_CACHE | How many keys (cached files) can a 100m zone store

2018-04-24 Thread c0nw0nk
Maxim Dounin Wrote: --- > Hello! > > On Tue, Apr 24, 2018 at 01:06:48PM -0400, c0nw0nk wrote: > > > As it says on the Nginx docs for limit_req > > > > One megabyte zone can keep about 16 thousand 64-byte states or about > 8 > > thousand 128-byt

Re: FASTCGI_CACHE | How many keys (cached files) can a 100m zone store

2018-04-24 Thread Maxim Dounin
Hello! On Tue, Apr 24, 2018 at 01:06:48PM -0400, c0nw0nk wrote: > As it says on the Nginx docs for limit_req > > One megabyte zone can keep about 16 thousand 64-byte states or about 8 > thousand 128-byte states. > > > What can a 100m zone for the fastcgi_cache store ? > > depending on the le

FASTCGI_CACHE | How many keys (cached files) can a 100m zone store

2018-04-24 Thread c0nw0nk
As it says on the Nginx docs for limit_req One megabyte zone can keep about 16 thousand 64-byte states or about 8 thousand 128-byte states. What can a 100m zone for the fastcgi_cache store ? depending on the length of the fastcgi_cache_key and how many variables that contains i am sure could a

Re: Is the auto parameter of the worker_processes directive planned to support the Docker runtime?

2018-04-24 Thread agile6v
Hi, Maxim Dounin I submitted a patch that supports the auto parameter of the worker_processes directive to detect the container environment automatically. Refers to the JDK implementation: https://bugs.openjdk.java.net/browse/JDK-8146115 If you have time please review it. Thanks. Posted at Nginx