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

Commit c263686

Browse files
committed
reserve semaphores by increasing max_worker_processes
1 parent c80f817 commit c263686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cluster.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sub configure
8888
port = $pgport
8989
max_prepared_transactions = 10
9090
max_connections = 10
91-
max_worker_processes = 40
91+
max_worker_processes = 100
9292
wal_level = logical
9393
max_wal_senders = 5
9494
wal_sender_timeout = 0

0 commit comments

Comments
 (0)