# HG changeset patch # User Ruslan Ermilov # Date 1350997304 0 # Node ID 3a2e35f4c279ef3fee7f030027bf6c2b05e429d0 # Parent 082a725038dbff8d1024c35ab0a11b1f7663be9d Documented that "worker_processes auto" appeared in version 1.3.8. diff --git a/xml/en/docs/ngx_core_module.xml b/xml/en/docs/ngx_core_module.xml --- a/xml/en/docs/ngx_core_module.xml +++ b/xml/en/docs/ngx_core_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -561,6 +561,10 @@ drives that store data, and load pattern When in doubt, setting it to the number of available CPU cores would be a good start (the value “auto” will try to autodetect it). + +The auto parameter is supported starting from +version 1.3.8. + diff --git a/xml/ru/docs/ngx_core_module.xml b/xml/ru/docs/ngx_core_module.xml --- a/xml/ru/docs/ngx_core_module.xml +++ b/xml/ru/docs/ngx_core_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -560,6 +560,10 @@ worker_priority -10; с установки его равным числу процессорных ядер (значение “auto” пытается определить его автоматически). + +Параметр auto поддерживается только начиная +с версии 1.3.8. +