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

v1alpha controller manager running out of memory #326

Open
andmat900 opened this issue Dec 6, 2024 · 1 comment
Open

v1alpha controller manager running out of memory #326

andmat900 opened this issue Dec 6, 2024 · 1 comment
Labels
bug Something isn't working Controller

Comments

@andmat900
Copy link
Contributor

Description

It has been noticed that v1alpha controller manager may run out of memory, which is caused by big testrun objects.

We need to:

  • optimize memory allocation: find optimal values for limits and requests of the controller
  • optimize memory usage: slim down testrun objects / remove them when they are not used etc.

Additional Context

No response

Logs

No response

Expected Behavior

ETOS v1alpha should be able to handle bigger testrun objects in larger quantities.

Steps To Reproduce

No response

The version of this project/repo, if applicable

No response

The version/edition of the Eiffel Protocol used, if applicable

main

@andmat900 andmat900 added bug Something isn't working Controller labels Dec 6, 2024
@t-persson
Copy link
Collaborator

We should investigate if we can customize the cache in controller runtime instead of using the default.
This issue talks a bit about the exact scenario that we are hitting kubernetes-sigs/controller-runtime#2570

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Controller
Projects
None yet
Development

No branches or pull requests

2 participants