diff options
author | Robert Haas <rhaas@postgresql.org> | 2016-05-03 10:39:21 -0400 |
---|---|---|
committer | Robert Haas <rhaas@postgresql.org> | 2016-05-03 10:39:21 -0400 |
commit | 1e77949e67b94af4d2a350c6dac9109419932608 (patch) | |
tree | adf240d741aaf52a143dbf395309157b4e24a6ed /src | |
parent | 6b6091682959adce6d66dcd6a047eb21cb120b16 (diff) | |
download | postgresql-1e77949e67b94af4d2a350c6dac9109419932608.tar.gz postgresql-1e77949e67b94af4d2a350c6dac9109419932608.zip |
Note that max_worker_processes requires restart.
Since this is a minor issue, no back-patch.
Julien Rouhaud
Diffstat (limited to 'src')
-rw-r--r-- | src/backend/utils/misc/postgresql.conf.sample | 2 |
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 e6c6591430a..2d2db7ed003 100644 --- a/src/backend/utils/misc/postgresql.conf.sample +++ b/src/backend/utils/misc/postgresql.conf.sample @@ -166,7 +166,7 @@ # - Asynchronous Behavior - #effective_io_concurrency = 1 # 1-1000; 0 disables prefetching -#max_worker_processes = 8 +#max_worker_processes = 8 # (change requires restart) #max_parallel_degree = 2 # max number of worker processes per node #old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate # (change requires restart) |