Project

General

Profile

« Previous | Next » 

Revision 2778

schemas/postgresql.nimoy.conf: shared_buffers: Fixed syntax error where decimals were not supported

View differences:

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

  
108 108
# Set to SHMMAX
109
shared_buffers = 1.5GB			# min 128kB or max_connections*16kB
109
shared_buffers = 1500MB			# 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