| Name | Approximate multiplier (bytes per increment) as of 8.3 |
|---|---|
| max_connections | 1800 + 270 * max_locks_per_transaction |
| autovacuum_max_workers | 1800 + 270 * max_locks_per_transaction |
| max_prepared_transactions | 770 + 270 * max_locks_per_transaction |
| shared_buffers | 8400 (assuming 8 kB BLCKSZ) |
| wal_buffers | 8200 (assuming 8 kB XLOG_BLCKSZ) |
| max_fsm_relations | 70 |
| max_fsm_pages | 6 |
| Fixed space requirements | 770 kB |