Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Opensearch 2.15 release #151

Merged
merged 3 commits into from
Jun 27, 2024

Conversation

YANG-DB
Copy link
Member

@YANG-DB YANG-DB commented Jun 26, 2024

Changes

Update opensearch release to 2.15
Upgrade the services memory limit to accommodate high usage needs

Merge Requirements

For new features contributions please make sure you have completed the following
essential items:

  • CHANGELOG.md updated to document new feature additions
  • Appropriate documentation updates in the docs
  • Appropriate Helm chart updates in the helm-charts

Maintainers will not merge until the above have been completed. If you're unsure
which docs need to be changed ping the
@open-telemetry/demo-approvers.

upgrade docker-compose memory services limits

Signed-off-by: YANGDB <[email protected]>
upgrade docker-compose memory services limits

Signed-off-by: YANGDB <[email protected]>
@@ -121,7 +121,7 @@ PROMETHEUS_ADDR=${PROMETHEUS_SERVICE_HOST}:${PROMETHEUS_SERVICE_PORT}
DATA_PREP_VERSION=2.8.0

# OpenSearch versionin:s
OPENSEARCH_VERSION=2.14.0
OPENSEARCH_VERSION=2.15.0
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool!

@@ -32,7 +32,7 @@ services:
deploy:
resources:
limits:
memory: 20M
memory: 120M
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The memory sizes look good, but should we add a recommended cluster size with X GBs memory to run the docker compose in our getting started documentation?

@YANG-DB YANG-DB merged commit bcd4120 into opensearch-project:main Jun 27, 2024
23 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants