Merge "Limit collectds memory usage in the ansible part"

This commit is contained in:
Zuul 2021-10-08 08:58:45 +00:00 committed by Gerrit Code Review
commit fca797a8cb
1 changed files with 1 additions and 0 deletions

View File

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