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 background memory from navigation state #3941

Open
noproto opened this issue Oct 13, 2024 · 0 comments
Open

Reduce background memory from navigation state #3941

noproto opened this issue Oct 13, 2024 · 0 comments

Comments

@noproto
Copy link
Contributor

noproto commented Oct 13, 2024

Describe the enhancement you're suggesting.

When an app is launched from the main menu, or the file browser (versus the quick launch shortcuts, or ufbt launch) it consumes up to 10.5 KB more RAM. 10500 bytes seems excessive to store what amounts to the user navigation state, and it starves memory intense applications since it represents 8% of the available free memory.

If these are suspended threads, perhaps the smallest representative version of their state needs to be cached instead of the entire application remaining in residual memory.

Anything else?

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant