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

Implement custom cache storage for client-go to reduce memory consumption when monitoring large objects #187

Open
diafour opened this issue Jul 6, 2020 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@diafour
Copy link
Contributor

diafour commented Jul 6, 2020

The problem occurs with binding to kind with big objects, for example, Helm releases‘ ConfigMaps. Shell-operator has keepFullObjectsInMemory option to save in memory only the result of applying jqFilter. It helps reduce memory footprint but not fully resolve the problem. client-go library has a cache for the internal purpose and full objects are still in memory. Shell-operator should implement a cache for client-go that will not save full objects in memory.

@diafour diafour changed the title High memory consumption when monitoring large objects. Implement custom cache storage for client-go to reduce memory consumption when monitoring large objects Mar 31, 2021
@diafour diafour added this to the 1.1.0 milestone Mar 31, 2021
@diafour diafour added the enhancement New feature or request label Sep 6, 2021
@diafour diafour modified the milestones: 1.1.0, future Dec 9, 2022
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
None yet
Development

No branches or pull requests

1 participant