Skip to content

Commit 681700e

Browse files
authored
[chore] update memory limits (#1786)
* update memory limits * update memory limits
1 parent 3c763db commit 681700e

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ the release.
1717
([#1779](https://github.com/open-telemetry/opentelemetry-demo/pull/1779))
1818
* [accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
1919
to 1.9.0 ([#1780](https://github.com/open-telemetry/opentelemetry-demo/pull/1780))
20+
* [chore] update memory limits for flagd, flagdui, and loadgenerator
21+
([#1786](https://github.com/open-telemetry/opentelemetry-demo/pull/1786))
2022

2123
## 1.12.0
2224

docker-compose.minimal.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ services:
504504
deploy:
505505
resources:
506506
limits:
507-
memory: 50M
507+
memory: 75M
508508
environment:
509509
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
510510
- FLAGD_METRICS_EXPORTER=otel

docker-compose.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ services:
400400
deploy:
401401
resources:
402402
limits:
403-
memory: 1G
403+
memory: 1500M
404404
restart: unless-stopped
405405
ports:
406406
- "${LOCUST_WEB_PORT}"
@@ -589,7 +589,7 @@ services:
589589
deploy:
590590
resources:
591591
limits:
592-
memory: 50M
592+
memory: 75M
593593
restart: unless-stopped
594594
environment:
595595
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
@@ -618,7 +618,7 @@ services:
618618
deploy:
619619
resources:
620620
limits:
621-
memory: 150M
621+
memory: 75M
622622
restart: unless-stopped
623623
environment:
624624
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}

0 commit comments

Comments
 (0)