comparison xml/en/docs/ngx_core_module.xml @ 764:f8434fdd3cd9

The "auto" parameter of the ""worker_processes" directive was merged into 1.2.5.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 13 Nov 2012 11:12:24 +0000
parents 6a1b1ba62cab
children d22421dc5d00
comparison
equal deleted inserted replaced
763:cd581dbdaf76 764:f8434fdd3cd9
8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../dtd/module.dtd">
9 9
10 <module name="Core functionality" 10 <module name="Core functionality"
11 link="/en/docs/ngx_core_module.html" 11 link="/en/docs/ngx_core_module.html"
12 lang="en" 12 lang="en"
13 rev="4"> 13 rev="5">
14 14
15 <section id="example" name="Example Configuration"> 15 <section id="example" name="Example Configuration">
16 16
17 <para> 17 <para>
18 <example> 18 <example>
579 When in doubt, setting it to the number of available CPU cores 579 When in doubt, setting it to the number of available CPU cores
580 would be a good start (the value “<literal>auto</literal>” 580 would be a good start (the value “<literal>auto</literal>”
581 will try to autodetect it). 581 will try to autodetect it).
582 <note> 582 <note>
583 The <literal>auto</literal> parameter is supported starting from 583 The <literal>auto</literal> parameter is supported starting from
584 version 1.3.8. 584 versions 1.3.8 and 1.2.5.
585 </note> 585 </note>
586 </para> 586 </para>
587 587
588 </directive> 588 </directive>
589 589