fix: increase max_locks_per_transaction to 256
This commit is contained in:
@ -12,6 +12,7 @@ maintenance_work_mem = 128MB
|
|||||||
# Connection settings
|
# Connection settings
|
||||||
listen_addresses = '*'
|
listen_addresses = '*'
|
||||||
max_connections = 50
|
max_connections = 50
|
||||||
|
max_locks_per_transaction = 256
|
||||||
max_worker_processes = 2
|
max_worker_processes = 2
|
||||||
max_parallel_workers_per_gather = 1
|
max_parallel_workers_per_gather = 1
|
||||||
max_parallel_workers = 2
|
max_parallel_workers = 2
|
||||||
|
|||||||
Reference in New Issue
Block a user