diff --git a/ansible/group_vars/store-db.yml b/ansible/group_vars/store-db.yml index 21fc002..758ef7e 100644 --- a/ansible/group_vars/store-db.yml +++ b/ansible/group_vars/store-db.yml @@ -27,6 +27,7 @@ postgres_alter_system_settings: checkpoint_timeout: '5min' max_wal_size: '1GB' min_wal_size: '80MB' + max_locks_per_transaction: '2160' # Open PostgreSQL Port open_ports_default_comment: '{{ postgres_ha_service_name }}'