diff options
author | Garming Sam <garming@catalyst.net.nz> | 2014-01-06 16:20:13 +1300 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2014-01-28 17:26:39 +1300 |
commit | 725ce5272020b82486e0dc4a0416629f5b357752 (patch) | |
tree | 0162caf1db8f4e85f79796937012ef67fa2a113c | |
parent | 7aa6fa9c5f745c43b86a70cbb4bd63567358efb9 (diff) | |
download | samba-725ce5272020b82486e0dc4a0416629f5b357752.tar.gz samba-725ce5272020b82486e0dc4a0416629f5b357752.tar.xz samba-725ce5272020b82486e0dc4a0416629f5b357752.zip |
docs: fix default max open files value to be consistent with the code
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
-rw-r--r-- | docs-xml/smbdotconf/tuning/maxopenfiles.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs-xml/smbdotconf/tuning/maxopenfiles.xml b/docs-xml/smbdotconf/tuning/maxopenfiles.xml index 8c8ad9cc99f..3bdc0c87c34 100644 --- a/docs-xml/smbdotconf/tuning/maxopenfiles.xml +++ b/docs-xml/smbdotconf/tuning/maxopenfiles.xml @@ -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> |