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

#5811 Issue: Set default resource for builder pod #6033

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

lakshayletsgo
Copy link

In this I have limit the heap size to use only 75% of available memory. I have also set maximun and minimum heap sizes

Release Note

NONE

In this I have limit the heap size to use only 75% of available memory. I have also set maximun and minimum heap sizes
@lakshayletsgo lakshayletsgo changed the title Issue: Set default resource for builder pod #5811 Issue: Set default resource for builder pod Jan 15, 2025
Copy link
Contributor

@squakez squakez left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution, however, this is not what the issue was requiring. The issue is about setting the Kubernetes Pod resources in a similar fashion of what we're doing with the operator Deployment as in

resources:
requests:
memory: "2Gi"
cpu: "500m"
limits:
memory: "8Gi"
cpu: "2"

@lakshayletsgo
Copy link
Author

Hey @squakez , Thanks for the review, Can you recheck if there is any other change I need to make.

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.

2 participants