Project

General

Profile

« Previous | Next » 

Revision 1587

schemas/postgresql.nimoy.conf: Set shared_buffers to SHMMAX

View differences:

postgresql.nimoy.conf
105 105

  
106 106
# - Memory -
107 107

  
108
shared_buffers = 2GB			# min 128kB or max_connections*16kB
108
# Set to SHMMAX
109
shared_buffers = 32MB			# min 128kB or max_connections*16kB
109 110
					# (change requires restart)
110 111
#temp_buffers = 8MB			# min 800kB
111 112
#max_prepared_transactions = 5		# can be 0 or more

Also available in: Unified diff