diff options
-rw-r--r-- | modules/postgresql/templates/postgresql.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postgresql/templates/postgresql.conf b/modules/postgresql/templates/postgresql.conf index 89efcd58..97e42cd2 100644 --- a/modules/postgresql/templates/postgresql.conf +++ b/modules/postgresql/templates/postgresql.conf @@ -235,7 +235,7 @@ maintenance_work_mem = 1536MB # min 1MB #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 = 8096MB +effective_cache_size = 8192MB # - Genetic Query Optimizer - |