comparison xml/en/docs/ngx_core_module.xml @ 742:3a2e35f4c279

Documented that "worker_processes auto" appeared in version 1.3.8.
author Ruslan Ermilov <ru@nginx.com>
date Tue, 23 Oct 2012 13:01:44 +0000
parents 46d70031bea9
children 2abb92a19101
comparison
equal deleted inserted replaced
741:082a725038db 742:3a2e35f4c279
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="2"> 13 rev="3">
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>
559 limited to) the number of CPU cores, the number of hard disk 559 limited to) the number of CPU cores, the number of hard disk
560 drives that store data, and load pattern. 560 drives that store data, and load pattern.
561 When in doubt, setting it to the number of available CPU cores 561 When in doubt, setting it to the number of available CPU cores
562 would be a good start (the value “<literal>auto</literal>” 562 would be a good start (the value “<literal>auto</literal>”
563 will try to autodetect it). 563 will try to autodetect it).
564 <note>
565 The <literal>auto</literal> parameter is supported starting from
566 version 1.3.8.
567 </note>
564 </para> 568 </para>
565 569
566 </directive> 570 </directive>
567 571
568 572