Skip to content

Commit

Permalink
Update memory limits (#1931)
Browse files Browse the repository at this point in the history
* Update memory limits

* add more mem for opensearch

* add changelog
  • Loading branch information
mviitane authored Jan 22, 2025
1 parent aa93594 commit 513586b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ the release.
([#1910](https://github.com/open-telemetry/opentelemetry-demo/pull/1910))
* [flagd-ui] fixed eslint ignore comment with useCallback
([#1923](https://github.com/open-telemetry/opentelemetry-demo/pull/1923))
* [chore] Add memory for frontend-proxy, kafka, grafana, opensearch
([#1931](https://github.com/open-telemetry/opentelemetry-demo/pull/1931))

## 1.12.0

Expand Down
6 changes: 3 additions & 3 deletions docker-compose.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 65M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
Expand Down Expand Up @@ -571,7 +571,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 120M
restart: unless-stopped
environment:
- "GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
Expand Down Expand Up @@ -646,7 +646,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 1.1G
restart: unless-stopped
environment:
- cluster.name=demo-cluster
Expand Down
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ services:
deploy:
resources:
limits:
memory: 50M
memory: 65M
restart: unless-stopped
ports:
- "${ENVOY_PORT}:${ENVOY_PORT}"
Expand Down Expand Up @@ -651,7 +651,7 @@ services:
deploy:
resources:
limits:
memory: 600M
memory: 620M
restart: unless-stopped
environment:
- KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092
Expand Down Expand Up @@ -717,7 +717,7 @@ services:
deploy:
resources:
limits:
memory: 100M
memory: 120M
restart: unless-stopped
environment:
- "GF_INSTALL_PLUGINS=grafana-opensearch-datasource"
Expand Down Expand Up @@ -792,7 +792,7 @@ services:
deploy:
resources:
limits:
memory: 1G
memory: 1.1G
restart: unless-stopped
environment:
- cluster.name=demo-cluster
Expand Down

0 comments on commit 513586b

Please sign in to comment.