Pārlūkot izejas kodu

Unleash the power of PostgreSQL

Ludovic Gasc (GMLudo) 10 gadi atpakaļ
vecāks
revīzija
9426548432
1 mainītis faili ar 4 papildinājumiem un 1 dzēšanām
  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