diff --git a/CHANGELOG.md b/CHANGELOG.md index 46443701a0..b9f65ad21b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/docker-compose.minimal.yml b/docker-compose.minimal.yml index 6d85afd3d2..c05c266f6c 100644 --- a/docker-compose.minimal.yml +++ b/docker-compose.minimal.yml @@ -251,7 +251,7 @@ services: deploy: resources: limits: - memory: 50M + memory: 65M restart: unless-stopped ports: - "${ENVOY_PORT}:${ENVOY_PORT}" @@ -571,7 +571,7 @@ services: deploy: resources: limits: - memory: 100M + memory: 120M restart: unless-stopped environment: - "GF_INSTALL_PLUGINS=grafana-opensearch-datasource" @@ -646,7 +646,7 @@ services: deploy: resources: limits: - memory: 1G + memory: 1.1G restart: unless-stopped environment: - cluster.name=demo-cluster diff --git a/docker-compose.yml b/docker-compose.yml index 436a70d45b..8e965910a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -325,7 +325,7 @@ services: deploy: resources: limits: - memory: 50M + memory: 65M restart: unless-stopped ports: - "${ENVOY_PORT}:${ENVOY_PORT}" @@ -651,7 +651,7 @@ services: deploy: resources: limits: - memory: 600M + memory: 620M restart: unless-stopped environment: - KAFKA_ADVERTISED_LISTENERS=PLAINTEXT://kafka:9092 @@ -717,7 +717,7 @@ services: deploy: resources: limits: - memory: 100M + memory: 120M restart: unless-stopped environment: - "GF_INSTALL_PLUGINS=grafana-opensearch-datasource" @@ -792,7 +792,7 @@ services: deploy: resources: limits: - memory: 1G + memory: 1.1G restart: unless-stopped environment: - cluster.name=demo-cluster