pgsql: Reduce the default for max_worker_processes back to 8. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Reduce the default for max_worker_processes back to 8.
Date
Msg-id E1cDvfD-00073A-DN@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/2b959d4957ff47c77b2518dcddbf3aa126a1593c

Modified Files
--------------
doc/src/sgml/config.sgml                      | 2 +-
src/backend/utils/init/globals.c              | 2 +-
src/backend/utils/misc/guc.c                  | 2 +-
src/backend/utils/misc/postgresql.conf.sample | 2 +-
src/bin/pg_resetxlog/pg_resetxlog.c           | 4 ++--
5 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Robert Haas
Date:
Subject: pgsql: Fix more DSA problems uncovered by the buildfarm.
Next
From: Robert Haas
Date:
Subject: pgsql: Assorted documentation improvements for max_parallel_workers.