From: Bruce Momjian Date: Tue, 8 Oct 2013 16:50:05 +0000 (-0400) Subject: Update postgres.conf.sample for effective_cache_size's new default X-Git-Tag: REL9_4_BETA1~1084 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6648775028a85bc024f37eab5e572510977008b1;p=postgresql Update postgres.conf.sample for effective_cache_size's new default --- diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample index d69a02be87..70221f4291 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -268,7 +268,7 @@ #cpu_tuple_cost = 0.01 # same scale as above #cpu_index_tuple_cost = 0.005 # same scale as above #cpu_operator_cost = 0.0025 # same scale as above -#effective_cache_size = 128MB +#effective_cache_size = -1 # - Genetic Query Optimizer -