From 8742d1ff96919151d9745676a447750c11173a7e Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 8 Mar 2003 15:27:54 +0000 Subject: Add notes on increasing performance on AIX, based on an email from William Jojo (This used to be commit 7dc2b10215c2b015a36e78c3b9b8f13cecfdfeba) --- docs/docbook/projdoc/Portability.sgml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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 + + +AIX + +Sequential Read Ahead + + +Disabling Sequential Read Ahead using "vmtune -r 0" improves +samba performance significally. + + + -- cgit