Skip to content

Commit efe4e0d

Browse files
committed
add GOMEMLIMIT for collector
1 parent 7b67a61 commit efe4e0d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

docker-compose.minimal.yml

+1
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,7 @@ services:
617617
- OTEL_COLLECTOR_HOST
618618
- OTEL_COLLECTOR_PORT_GRPC
619619
- OTEL_COLLECTOR_PORT_HTTP
620+
- GOMEMLIMIT=160MiB
620621

621622
# Prometheus
622623
prometheus:

docker-compose.yml

+1
Original file line numberDiff line numberDiff line change
@@ -763,6 +763,7 @@ services:
763763
- OTEL_COLLECTOR_HOST
764764
- OTEL_COLLECTOR_PORT_GRPC
765765
- OTEL_COLLECTOR_PORT_HTTP
766+
- GOMEMLIMIT=160MiB
766767

767768
# Prometheus
768769
prometheus:

0 commit comments

Comments
 (0)