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

chore(elasticsearch): reduce CPU requests and limits on production #1261

Merged
merged 3 commits into from
Nov 15, 2023

Conversation

AndrewKostka
Copy link
Contributor

No description provided.

memory: "64Gi"
limits:
cpu: "10"
cpu: "4"
Copy link
Contributor

Choose a reason for hiding this comment

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

This seems pretty drastic to me right now (even if it does not seem to use more). I wouldn't mind if we maybe start a little more conservative and see if it behaves well still? In the end, we probably also should consider the size of instances we can get as we need to provision a lot of memory. If this means we have spare CPUs doing nothing at all all the time, we might wanna allocate them here.

@AndrewKostka AndrewKostka merged commit 7838125 into main Nov 15, 2023
2 checks passed
@AndrewKostka AndrewKostka deleted the elasticsearch-cpu-production branch November 15, 2023 13:09
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