Skip to content

Commit aee4bb0

Browse files
double amount of api (#640)
1 parent 1109e2f commit aee4bb0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/api-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@
2727
tags: [ datadog ]
2828

2929
- role: container_start
30-
number_of_containers: "{{ ansible_processor_cores }}"
30+
number_of_containers: "{{ ansible_processor_cores * 2 }}"

0 commit comments

Comments
 (0)