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

InfoNav on setup screen taking too many resources #1470

Open
brianp opened this issue Feb 5, 2025 · 0 comments
Open

InfoNav on setup screen taking too many resources #1470

brianp opened this issue Feb 5, 2025 · 0 comments
Assignees
Labels
a-ui bug Something isn't working

Comments

@brianp
Copy link
Collaborator

brianp commented Feb 5, 2025

While reviewing memory usage in the application it's come to our attention the InfoNav runs high in memory usage, and does not release this memory once we navigate to the main screen.

If we remove the InfoNav we reclaim about 300mb from both setup and main screen. This makes up about 35% of memory used by the front end.

Two problems need solving:

  • Find out why it uses so much memory
  • Release this memory when moving to the main screen
@brianp brianp added a-ui bug Something isn't working labels Feb 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a-ui bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants