Bump serverless ES index node memory to 1.5g#233516
Merged
jbudz merged 2 commits intoelastic:mainfrom Aug 29, 2025
Merged
Conversation
jbudz
approved these changes
Aug 29, 2025
Contributor
💚 Build Succeeded
Metrics [docs]
cc @pheyos |
ymao1
pushed a commit
to ymao1/kibana
that referenced
this pull request
Aug 29, 2025
## Summary This PR bumps the memory setting for elasticsearch-serverless docker image index node from 1g to 1.5g. This addresses test failures (see elastic#232808 and elastic#232806) that we saw after elastic/elasticsearch-serverless#4362. The tests were running with high ES heap usage already (~99%) and this is now surfaced because new shards are no longer allocated in that scenario. This memory bump is a quick measure to unblock pipelines and we should investigate whether we could change the test to run with less resources in the future.
This was referenced Sep 1, 2025
jkelas
pushed a commit
to jkelas/kibana
that referenced
this pull request
Sep 2, 2025
## Summary This PR bumps the memory setting for elasticsearch-serverless docker image index node from 1g to 1.5g. This addresses test failures (see elastic#232808 and elastic#232806) that we saw after elastic/elasticsearch-serverless#4362. The tests were running with high ES heap usage already (~99%) and this is now surfaced because new shards are no longer allocated in that scenario. This memory bump is a quick measure to unblock pipelines and we should investigate whether we could change the test to run with less resources in the future.
MichelLosier
pushed a commit
to MichelLosier/kibana
that referenced
this pull request
Sep 2, 2025
## Summary This PR bumps the memory setting for elasticsearch-serverless docker image index node from 1g to 1.5g. This addresses test failures (see elastic#232808 and elastic#232806) that we saw after elastic/elasticsearch-serverless#4362. The tests were running with high ES heap usage already (~99%) and this is now surfaced because new shards are no longer allocated in that scenario. This memory bump is a quick measure to unblock pipelines and we should investigate whether we could change the test to run with less resources in the future.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR bumps the memory setting for elasticsearch-serverless docker image index node from 1g to 1.5g.
This addresses test failures (see #232808 and #232806) that we saw after https://github.com/elastic/elasticsearch-serverless/pull/4362. The tests were running with high ES heap usage already (~99%) and this is now surfaced because new shards are no longer allocated in that scenario.
This memory bump is a quick measure to unblock pipelines and we should investigate whether we could change the test to run with less resources in the future.