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

Reduce memory footprint #29

Open
Tracked by #12
franTarkenton opened this issue Jun 14, 2023 · 0 comments
Open
Tracked by #12

Reduce memory footprint #29

franTarkenton opened this issue Jun 14, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@franTarkenton
Copy link
Member

pods started failing recently when they ran out of allocated memory. This happens when the data in the cache grows, which may happen, but is likely an indicator that either events are not getting received/emitted that we are expecting.

Investigate how the startup of the pod / listener checks for cached events to determine if it could be handled in a more memory efficient way.

If so monitor memory utilization of the pod after changes and modify the deployment to use only the amount of memory required.

@franTarkenton franTarkenton added the enhancement New feature or request label Jun 14, 2023
@franTarkenton franTarkenton self-assigned this Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: New Issues
Development

No branches or pull requests

1 participant