Skip to content

Commit

Permalink
Updates to PR review of '08/24/2023 - v2'
Browse files Browse the repository at this point in the history
  • Loading branch information
dougortiz committed Aug 25, 2023
1 parent b3147cd commit 9208a4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

- name: Calculate required setting for max_worker_processes
ansible.builtin.set_fact:
_base_max_worker_processes: "{{ (_num_pgd_nodes | int + 1*8 + 2*2 + 2 *( _num_pgd_nodes | int-1 )) + _twice_pgd_nodes | int }}"
_base_max_worker_processes: "{{ (_num_pgd_nodes | int + 1*8 + 2*2 + 2 *( _num_pgd_nodes | int - 1 )) + _twice_pgd_nodes | int }}"

- name: Evaluate the current setting of max_worker_processes, max_replication_slots and max_wal_senders
ansible.builtin.set_fact:
Expand Down

0 comments on commit 9208a4a

Please sign in to comment.