Skip to content

Commit c8cee24

Browse files
authored
[flagd-ui] increase memory to 100M (#2120)
* increase flagd-ui memory to 100M * increase flagd-ui memory to 100M
1 parent 06e6e46 commit c8cee24

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ the release.
1515
* [load-generator] Change OpenFeature Evaluation to Remote Evaluation Protocol,
1616
based on [this issue in OpenFeature/python-sdk-contrib](https://github.com/open-feature/python-sdk-contrib/issues/198)
1717
([#2114](https://github.com/open-telemetry/opentelemetry-demo/pull/2114))
18+
* [flagd-ui] increase memory to 100MB
19+
([#2120](https://github.com/open-telemetry/opentelemetry-demo/pull/2120))
1820

1921
## 2.0.1
2022

docker-compose.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ services:
625625
deploy:
626626
resources:
627627
limits:
628-
memory: 75M
628+
memory: 100M
629629
restart: unless-stopped
630630
environment:
631631
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}

0 commit comments

Comments
 (0)