Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 1e77949

Browse files
committed
Note that max_worker_processes requires restart.
Since this is a minor issue, no back-patch. Julien Rouhaud
1 parent 6b60916 commit 1e77949

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/utils/misc/postgresql.conf.sample

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
# - Asynchronous Behavior -
167167

168168
#effective_io_concurrency = 1 # 1-1000; 0 disables prefetching
169-
#max_worker_processes = 8
169+
#max_worker_processes = 8 # (change requires restart)
170170
#max_parallel_degree = 2 # max number of worker processes per node
171171
#old_snapshot_threshold = -1 # 1min-60d; -1 disables; 0 is immediate
172172
# (change requires restart)

0 commit comments

Comments
 (0)