diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-03-08 15:27:54 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-03-08 15:27:54 +0000 |
commit | 8742d1ff96919151d9745676a447750c11173a7e (patch) | |
tree | e83912bdf249c8ee4ae4b959e7a1ff7fca17fa94 /docs | |
parent | c08c475cf2b287b57779b4bf515cf351ad1f686d (diff) | |
download | samba-8742d1ff96919151d9745676a447750c11173a7e.tar.gz samba-8742d1ff96919151d9745676a447750c11173a7e.tar.bz2 samba-8742d1ff96919151d9745676a447750c11173a7e.zip |
Add notes on increasing performance on AIX, based on an email from William Jojo
(This used to be commit 7dc2b10215c2b015a36e78c3b9b8f13cecfdfeba)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/docbook/projdoc/Portability.sgml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/docbook/projdoc/Portability.sgml b/docs/docbook/projdoc/Portability.sgml index afafacc5e4..dae267e8b5 100644 --- a/docs/docbook/projdoc/Portability.sgml +++ b/docs/docbook/projdoc/Portability.sgml @@ -175,4 +175,16 @@ Corrective Action: Delete the entry after the word loopback in the line starting 127.0.0.1 </para> </sect1> + +<sect1> +<title>AIX</title> +<sect2> +<title>Sequential Read Ahead</title> +<!-- From an email by William Jojo <jojowil@hvcc.edu> --> +<para> +Disabling Sequential Read Ahead using "vmtune -r 0" improves +samba performance significally. +</para> +</sect2> +</sect1> </chapter> |