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

Increase the default resource memory requirement for Repo Server. #207

Closed
iam-veeramalla opened this issue Aug 31, 2021 · 0 comments
Closed
Assignees

Comments

@iam-veeramalla
Copy link
Collaborator

Describe the bug
From v1.2, All the Argo CD workloads in the default Instance namespace are deployed with resource requests/limits by default. The current resource requests and limits set on the repo server is:

Requests: v1.ResourceList{
	Memory: "256Mi",
        CPU:   "250m",
},
Limits: 
       Memory: "512Mi",
       CPU:    "1000m",

However, many users have reported OOM issues on the repo-server. Looking at the issues I think we would need to upgrade the memory from 512Mi to 1024Mi

To Reproduce
Steps to reproduce the behavior:

  1. run the operator from the console or from the CLI using operator-sdk run local
  2. Move to Workloads -> Deployment -> openshift-gitops-repo-server and look at the memory limit that is set.

Expected behavior
OOM crash should be avoided.

Screenshots
If applicable, add screenshots to help explain your problem.

Additional context
Add any other context about the problem here.

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

No branches or pull requests

1 participant