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

Investigate memory usage (caching vs memory optimization) #9

Closed
dirkjanm opened this issue Jul 9, 2018 · 1 comment
Closed

Investigate memory usage (caching vs memory optimization) #9

dirkjanm opened this issue Jul 9, 2018 · 1 comment
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@dirkjanm
Copy link
Owner

dirkjanm commented Jul 9, 2018

In large networks the memory usage can grow quite fast, creating trouble on drop devices such as raspberry Pis.
There are several caches in the code, which could probably be optimized.

Some things to look at:

  • Which cache grows fastest on larger networks
  • Can stuff be removed from the cache once it's likely no longer useful
  • Can the amount of detail in the cache be reduced
  • Are objects GC'd properly when not cached.
@dirkjanm dirkjanm added enhancement New feature or request wontfix This will not be worked on labels Apr 19, 2019
@dirkjanm
Copy link
Owner Author

caches have been mostly optimized, anything else would introduce major network overhead, so closing this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant