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

High memory usage #2

Open
ScottEgerton opened this issue Sep 6, 2018 · 1 comment
Open

High memory usage #2

ScottEgerton opened this issue Sep 6, 2018 · 1 comment
Projects

Comments

@ScottEgerton
Copy link
Member

High memory usage can be observed when runninng the simulator, increasing as time goes on. This may be due to a memory leak but this is yet unconfirmed.

@ScottEgerton ScottEgerton added this to To do in TODO via automation Sep 28, 2018
@ScottEgerton ScottEgerton moved this from To do to In progress in TODO Oct 10, 2018
@ScottEgerton
Copy link
Member Author

ScottEgerton commented Oct 12, 2018

This appears to be due to the memory model used in thumb-sim. It currently takes a chunk of the host's memory at start-up. This can be reduced manually as needed for now via this file which alleviates the current problem. As a longer term solution, it may be best to look into changing this memory model to only allocate memory on the host machine as and when needed.

@ScottEgerton ScottEgerton moved this from In progress to To do in TODO Oct 12, 2018
@ScottEgerton ScottEgerton moved this from To do to In progress in TODO Nov 1, 2018
@ScottEgerton ScottEgerton moved this from In progress to To do in TODO Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
TODO
  
To do
Development

No branches or pull requests

1 participant