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 Atlas memory footprint #1280

Open
5 tasks
zabeen opened this issue Apr 16, 2024 · 0 comments
Open
5 tasks

Reduce Atlas memory footprint #1280

zabeen opened this issue Apr 16, 2024 · 0 comments
Labels
performance Relates to improving the performance of a part of Atlas performance-search Covers changes to improve performance specifically *of search requests*.

Comments

@zabeen
Copy link
Collaborator

zabeen commented Apr 16, 2024

Even when Atlas is idle, the max/avg memory usage hovers around 30-40%. This is likely due to the number of items we have in app cache, such as HMD, scoring, and H.F. sets. Search, particularly match prediction, then adds to this footprint when calculating match probabilities.

Issues that could reduce this footprint:

@zabeen zabeen added the performance-search Covers changes to improve performance specifically *of search requests*. label Apr 16, 2024
@zabeen zabeen added this to the 2.2.0 milestone Apr 16, 2024
@zabeen zabeen added the performance Relates to improving the performance of a part of Atlas label Apr 16, 2024
@zabeen zabeen removed this from the 2.2.0 milestone Apr 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
performance Relates to improving the performance of a part of Atlas performance-search Covers changes to improve performance specifically *of search requests*.
Projects
Status: Project Backlog
Development

No branches or pull requests

1 participant