Merge "Limit collectds memory usage in the ansible part" into stable/wallaby

This commit is contained in:
Zuul 2021-10-12 17:49:21 +00:00 committed by Gerrit Code Review
commit 0279b284e8
1 changed files with 1 additions and 0 deletions

View File

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