File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,8 @@ the release.
15
15
* [ load-generator] Change OpenFeature Evaluation to Remote Evaluation Protocol,
16
16
based on [ this issue in OpenFeature/python-sdk-contrib] ( https://github.com/open-feature/python-sdk-contrib/issues/198 )
17
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 ) )
18
20
19
21
## 2.0.1
20
22
Original file line number Diff line number Diff line change @@ -625,7 +625,7 @@ services:
625
625
deploy :
626
626
resources :
627
627
limits :
628
- memory : 75M
628
+ memory : 100M
629
629
restart : unless-stopped
630
630
environment :
631
631
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
You can’t perform that action at this time.
0 commit comments