|
@@ -517,7 +517,7 @@ default_text_search_config = 'pg_catalog.english'
|
|
# Note: Each lock table slot uses ~270 bytes of shared memory, and there are
|
|
# Note: Each lock table slot uses ~270 bytes of shared memory, and there are
|
|
# max_locks_per_transaction * (max_connections + max_prepared_transactions)
|
|
# max_locks_per_transaction * (max_connections + max_prepared_transactions)
|
|
# lock table slots.
|
|
# lock table slots.
|
|
-#max_pred_locks_per_transaction = 64 # min 10
|
|
|
|
|
|
+max_pred_locks_per_transaction = 256 # min 10
|
|
# (change requires restart)
|
|
# (change requires restart)
|
|
|
|
|
|
#------------------------------------------------------------------------------
|
|
#------------------------------------------------------------------------------
|