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

Update container resources allocation in SgInstanceProfile #9166

Open
xin-hedera opened this issue Aug 26, 2024 · 0 comments
Open

Update container resources allocation in SgInstanceProfile #9166

xin-hedera opened this issue Aug 26, 2024 · 0 comments
Labels
citus Area: Citus enhancement Type: New feature

Comments

@xin-hedera
Copy link
Collaborator

Problem

We have made SgSharedCluster changes recently to

  • disable the metrics exporter container by default
  • enable the postgres-util container by default

However, we should also update resources requests and / or limits for these containers in SgInstanceProfile

Solution

  • Make the resources in SgInstanceProfile of the two optional containers dependent on the property enableMetricsExporter and enablePostgresUtil
  • Add an appropriate cpu limits for postgres-util, 50m should suffice, note no cpu requests is needed as this is a utility container and there is no need to try to reserve CPU during initial scheduling

Alternatives

No response

@xin-hedera xin-hedera added the enhancement Type: New feature label Aug 26, 2024
@steven-sheehy steven-sheehy added the citus Area: Citus label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
citus Area: Citus enhancement Type: New feature
Projects
None yet
Development

No branches or pull requests

2 participants