Browse Source

Unleash the power of PostgreSQL

Ludovic Gasc (GMLudo) 10 years ago
parent
commit
9426548432
1 changed files with 4 additions and 1 deletions
  1. 4 1
      config/postgresql.conf

+ 4 - 1
config/postgresql.conf

@@ -106,7 +106,10 @@ ssl = false                             # (change requires restart)
 
 # - Memory -
 
-shared_buffers = 32MB			# min 128kB
+shared_buffers = 128MB
+work_mem = 32MB
+maintenance_work_mem = 64MB
+#shared_buffers = 32MB			# min 128kB
 					# (change requires restart)
 #temp_buffers = 8MB			# min 800kB
 #max_prepared_transactions = 0		# zero disables the feature