mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-13 14:08:58 +08:00
feat: added memory limit to otel-collecor service (#514)
This commit is contained in:
parent
14ea7bd86a
commit
c4fa86bc95
@ -83,6 +83,9 @@ services:
|
|||||||
- "55679:55679" # zpages extension
|
- "55679:55679" # zpages extension
|
||||||
- "13133" # health_check
|
- "13133" # health_check
|
||||||
- "8889:8889" # prometheus exporter
|
- "8889:8889" # prometheus exporter
|
||||||
|
|
||||||
|
mem_limit: 2000m
|
||||||
|
restart: always
|
||||||
depends_on:
|
depends_on:
|
||||||
clickhouse:
|
clickhouse:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
|
Loading…
x
Reference in New Issue
Block a user