Skip to content

Commit

Permalink
[chore] update memory limits (#1786)
Browse files Browse the repository at this point in the history
* update memory limits

* update memory limits
  • Loading branch information
puckpuck authored Nov 21, 2024
1 parent 3c763db commit 681700e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ the release.
([#1779](https://github.com/open-telemetry/opentelemetry-demo/pull/1779))
* [accountingservice] bump OpenTelemetry .NET Automatic Instrumentation
to 1.9.0 ([#1780](https://github.com/open-telemetry/opentelemetry-demo/pull/1780))
* [chore] update memory limits for flagd, flagdui, and loadgenerator
([#1786](https://github.com/open-telemetry/opentelemetry-demo/pull/1786))

## 1.12.0

Expand Down
2 changes: 1 addition & 1 deletion docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 75M
environment:
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
- FLAGD_METRICS_EXPORTER=otel
Expand Down
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 1500M
restart: unless-stopped
ports:
- "${LOCUST_WEB_PORT}"
Expand Down Expand Up @@ -589,7 +589,7 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 75M
restart: unless-stopped
environment:
- FLAGD_OTEL_COLLECTOR_URI=${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_GRPC}
Expand Down Expand Up @@ -618,7 +618,7 @@ services:
deploy:
resources:
limits:
memory: 150M
memory: 75M
restart: unless-stopped
environment:
- OTEL_EXPORTER_OTLP_ENDPOINT=http://${OTEL_COLLECTOR_HOST}:${OTEL_COLLECTOR_PORT_HTTP}
Expand Down

0 comments on commit 681700e

Please sign in to comment.