Index: doc/src/sgml/runtime.sgml =================================================================== RCS file: /cvsroot/pgsql/doc/src/sgml/runtime.sgml,v retrieving revision 1.423 diff -c -c -r1.423 runtime.sgml *** doc/src/sgml/runtime.sgml 16 Dec 2008 19:30:43 -0000 1.423 --- doc/src/sgml/runtime.sgml 17 Dec 2008 01:30:21 -0000 *************** *** 1087,1141 **** Name ! Approximate multiplier (bytes per increment) as of 8.3 ! ! 1800 + 270 * ! ! ! ! ! 1800 + 270 * ! 770 + 270 * ! 8400 (assuming 8 kB BLCKSZ) ! 8200 (assuming 8 kB XLOG_BLCKSZ) Fixed space requirements ! 770 kB ! ! ! The multipliers for shared_buffers and ! wal_buffers should be the number of buffers, not the ! amount in bytes. To find out the number of shared or wal buffers, divide ! the amount in bytes by and ! , respectively. ! ! ! ! Resource Limits --- 1087,1132 ---- Name ! Shared memory bytes required, as of 8.3 ! , ! (1800 + 270 * ) * ( + ) ! (770 + 270 * ) * ! ( + 208) * ! ( + 8) * Fixed space requirements ! 770k bytes ! ! These shared memory allocations are reserved at database server ! start and remain static. ! Resource Limits