Skip to content

Commit 5d4ccbb

Browse files
committed
Ticket CHECK-291: Avoid memory error when dealing with many partitions
1 parent ad1c702 commit 5d4ccbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -587,7 +587,7 @@ default_text_search_config = 'pg_catalog.english'
587587
#------------------------------------------------------------------------------
588588

589589
#deadlock_timeout = 1s
590-
#max_locks_per_transaction = 64 # min 10
590+
max_locks_per_transaction = 1024 # min 10
591591
# (change requires restart)
592592
#max_pred_locks_per_transaction = 64 # min 10
593593
# (change requires restart)

0 commit comments

Comments
 (0)