Commit 1e77949e authored by Robert Haas's avatar Robert Haas

Note that max_worker_processes requires restart.

Since this is a minor issue, no back-patch.

Julien Rouhaud
parent 6b609168
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment