Skip to content
Discussion options

You must be logged in to vote

In general we try to hide memory concerns from the users as much as possible. I think that the two issues you mention here should be regarded as bugs and hence fixed, rather than documented. Specifically:

  • We have already figured out a solution to the Constant needing a domain issue and hopefully will have it fixed within the month.
  • For the cache cleaning issue I think I need to implement an LRU cache to bound the memory usage. This is slightly complicated by the need to make sure it is consistent across a communicator but I don't think it would be too hard.

To detect memory leaks we recommend using memory_profiler. This is documented in the manual here. We have also recently documented …

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by miguelcoolchips
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants