summaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2006-09-25 22:12:24 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2006-09-25 22:12:24 +0000
commit0f8fc35a5a9824d4f50edef49ce000f104ca5e74 (patch)
tree0d1d548f2bab9e4b6cac58d9e07dff84b421752d /src/backend/utils/misc/postgresql.conf.sample
parentffae5cc5a6024b4e25ec920ed5c4dfac649605f8 (diff)
Increase default value of effective_cache_size to 128MB, per discussion.
Diffstat (limited to 'src/backend/utils/misc/postgresql.conf.sample')
-rw-r--r--src/backend/utils/misc/postgresql.conf.sample2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/postgresql.conf.sample b/src/backend/utils/misc/postgresql.conf.sample
index 40a205a501a..13408899dc3 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -195,7 +195,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 = 8000kB
+#effective_cache_size = 128MB
# - Genetic Query Optimizer -