feat: added memory limit to otel-collecor service (#514)

This commit is contained in:
Ankit Nayan 2021-12-15 00:04:55 +05:30 committed by GitHub
parent 14ea7bd86a
commit c4fa86bc95
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,6 +83,9 @@ services:
- "55679:55679" # zpages extension
- "13133" # health_check
- "8889:8889" # prometheus exporter
mem_limit: 2000m
restart: always
depends_on:
clickhouse:
condition: service_healthy