Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6648775

Browse files
committed
Update postgres.conf.sample for effective_cache_size's new default
1 parent 9c29138 commit 6648775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -268,7 +268,7 @@
268268
#cpu_tuple_cost = 0.01 # same scale as above
269269
#cpu_index_tuple_cost = 0.005 # same scale as above
270270
#cpu_operator_cost = 0.0025 # same scale as above
271-
#effective_cache_size = 128MB
271+
#effective_cache_size = -1
272272

273273
# - Genetic Query Optimizer -
274274

0 commit comments

Comments
 (0)