1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-14 08:21:07 +03:00

Note that max_worker_processes requires restart.

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

Julien Rouhaud
This commit is contained in:
Robert Haas
2016-05-03 10:39:21 -04:00
parent 6b60916829
commit 1e77949e67

View File

@ -166,7 +166,7 @@
# - Asynchronous Behavior - # - Asynchronous Behavior -
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching #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 #max_parallel_degree = 2 # max number of worker processes per node
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate #old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
# (change requires restart) # (change requires restart)