File tree 2 files changed +4
-2
lines changed
2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -43,6 +43,8 @@ the release.
43
43
([ #1574 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1574 ) )
44
44
* [ flagd] Add flagd service to minimal docker compose deployment
45
45
([ #1585 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1585 ) )
46
+ * [ kafka] Increase memory and Java heap limits
47
+ ([ #1592 ] ( https://github.com/open-telemetry/opentelemetry-demo/pull/1592 ) )
46
48
47
49
## 1.9.0
48
50
Original file line number Diff line number Diff line change @@ -607,15 +607,15 @@ services:
607
607
deploy :
608
608
resources :
609
609
limits :
610
- memory : 500M
610
+ memory : 600M
611
611
restart : unless-stopped
612
612
environment :
613
613
- KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
614
614
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
615
615
- OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE
616
616
- OTEL_RESOURCE_ATTRIBUTES
617
617
- OTEL_SERVICE_NAME=kafka
618
- - KAFKA_HEAP_OPTS=-Xmx250m -Xms250m
618
+ - KAFKA_HEAP_OPTS=-Xmx400m -Xms400m
619
619
healthcheck :
620
620
test : nc -z kafka 9092
621
621
start_period : 10s
You can’t perform that action at this time.
0 commit comments