Limit collectds memory usage in the ansible part

In analogy to I0b65b2c7878fe5ebd0d7f1a6f2ba8df23f2f0b28
where the memory was limited in the puppet part

Change-Id: I83a245b51dd58457001e82e0ee5b04c1fc6de2ac
This commit is contained in:
Matthias Runge 2021-10-04 20:38:02 +02:00
parent 5147e8b3fa
commit c25eec5bff
1 changed files with 1 additions and 0 deletions

View File

@ -394,6 +394,7 @@ outputs:
pid: host
user: root
restart: always
mem_limit: 512m
cap_add:
list_concat:
- {get_param: CollectdContainerAdditionalCapAdd}