diff --git a/doc/src/sgml/runtime.sgml b/doc/src/sgml/runtime.sgml index 35525b8b19..2a9177170c 100644 --- a/doc/src/sgml/runtime.sgml +++ b/doc/src/sgml/runtime.sgml @@ -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