We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e6e46 commit c8cee24Copy full SHA for c8cee24
CHANGELOG.md
@@ -15,6 +15,8 @@ the release.
15
* [load-generator] Change OpenFeature Evaluation to Remote Evaluation Protocol,
16
based on [this issue in OpenFeature/python-sdk-contrib](https://github.com/open-feature/python-sdk-contrib/issues/198)
17
([#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))
20
21
## 2.0.1
22
docker-compose.yml
@@ -625,7 +625,7 @@ services:
625
deploy:
626
resources:
627
limits:
628
- memory: 75M
+ memory: 100M
629
restart: unless-stopped
630
environment:
631
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
0 commit comments