docs: fix default max open files value to be consistent with the code
authorGarming Sam <garming@catalyst.net.nz>
Mon, 6 Jan 2014 03:20:13 +0000 (16:20 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 10 Jan 2014 01:44:42 +0000 (14:44 +1300)
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
docs-xml/smbdotconf/tuning/maxopenfiles.xml

index 8c8ad9cc99fbab3a245ace0bcb85de6e0fa32e1f..3bdc0c87c34c6ae73fa83659c870bd4a78aa9472 100644 (file)
@@ -8,10 +8,10 @@
     open files that one <citerefentry><refentrytitle>smbd</refentrytitle>
     <manvolnum>8</manvolnum></citerefentry> file
     serving process may have open for a client at any one time.
-    This parameter can be set very high (16404) as Samba uses
+    This parameter can be set very high (16384) as Samba uses
     only one bit per unopened file. Setting this parameter lower than
-    16404 will cause Samba to complain and set this value back to
-    the minimum of 16404, as Windows 7 depends on this number of
+    16384 will cause Samba to complain and set this value back to
+    the minimum of 16384, as Windows 7 depends on this number of
     open file handles being available.</para>
 
     <para>The limit of the number of open files is usually set
@@ -19,5 +19,5 @@
     this parameter so you should never need to touch this parameter.</para>
 </description>
 
-<value type="default">16404</value>
+<value type="default">16384</value>
 </samba:parameter>