Project

General

Profile

« Previous | Next » 

Revision 1640

schemas/postgresql.nimoy.conf: Increased shared_buffers to 1.5GB since kernel.shmmax has been increased to 2GB

View differences:

postgresql.nimoy.conf
106 106
# - Memory -
107 107

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

Also available in: Unified diff