aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/misc/postgresql.conf.sample
diff options
context:
space:
mode:
authorRobert Haas <rhaas@postgresql.org>2016-12-05 10:53:21 -0500
committerRobert Haas <rhaas@postgresql.org>2016-12-05 10:53:21 -0500
commit2b959d4957ff47c77b2518dcddbf3aa126a1593c (patch)
tree7eb1aaa2e77efb3c16b501eb2bc88c89d4ebca71 /src/backend/utils/misc/postgresql.conf.sample
parent88f626f8680fbe93444582317d1adb375111855f (diff)
downloadpostgresql-2b959d4957ff47c77b2518dcddbf3aa126a1593c.tar.gz
postgresql-2b959d4957ff47c77b2518dcddbf3aa126a1593c.zip
Reduce the default for max_worker_processes back to 8.
Commit b460f5d6693103076dc554aa7cbb96e1e53074f9 -- at my suggestion -- increased the default value of max_worker_processes from 8 to 16, on the theory that this would be harmless and convenient for users. Unfortunately, this caused some buildfarm machines with low connection limits to start failing, so apparently it's not harmless after all.
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 1f490c7de4f..7f9acfda067 100644
--- a/src/backend/utils/misc/postgresql.conf.sample
+++ b/src/backend/utils/misc/postgresql.conf.sample
@@ -161,7 +161,7 @@
# - Asynchronous Behavior -
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
-#max_worker_processes = 16 # (change requires restart)
+#max_worker_processes = 8 # (change requires restart)
#max_parallel_workers_per_gather = 2 # taken from max_worker_processes
#max_parallel_workers = 8 # total maximum number of worker_processes
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate