AIX doc addition:
authorBruce Momjian
Wed, 26 May 2004 18:51:43 +0000 (18:51 +0000)
committerBruce Momjian
Wed, 26 May 2004 18:51:43 +0000 (18:51 +0000)
> FWIW, the section on configuring kernel resources under various
> Unixen[1] doesn't have any documentation for AIX. If someone out there
> knows which knobs need to be tweaked, would they mind sending in a doc
> patch? (Or just specifying what needs to be done, and I'll add the
> SGML.)

After verifying that nobody wound up messing with the kernel
parameters, here's a docs patch...

 Chris Browne

doc/src/sgml/runtime.sgml

index 35525b8b19e19a034fd60f972d0e1b5d00fc0770..2a9177170c7ca3d315f8fbab5ed509cb25f460d8 100644 (file)
@@ -1,5 +1,5 @@
 
 
 
@@ -3611,6 +3611,26 @@ sysctl -w kern.sysv.shmall
       
      
 
+     
+      AIX
+      AIXIPC configuration
+      
+       
+        At least as of version 5.1, it should not be necessary to do
+        any special configuration for such parameters as
+        SHMMAX, as it appears this is configured to
+        allow all memory to be used as shared memory.  That is the
+        sort of configuration commonly used for other databases such
+        as DB/2.
+
+        It may, however, be necessary to modify the global
+       ulimit information in
+       /etc/security/limits, as the default hard
+       limits for filesizes (fsize) and numbers of
+       files (nofiles) may be too low.
+       
+      
+           
 
      
       Solaris