Project

General

Profile

« Previous | Next » 

Revision 6502

schemas/postgresql.conf: shared_buffers: Documented that it must be less than ~95% of SHMMAX

View differences:

postgresql.conf
104 104

  
105 105
# - Memory -
106 106

  
107
# Set to slightly less than SHMMAX = 3.9GB
107
# Must be less than total memory and less than ~95% of SHMMAX
108 108
shared_buffers = 3900MB			# min 128kB
109 109
					# (change requires restart)
110 110
#temp_buffers = 8MB			# min 800kB

Also available in: Unified diff