Skip to content

How to read the data in memray #232

Answered by pablogsal
benhgm asked this question in Q&A
Oct 17, 2022 · 3 comments · 3 replies
Discussion options

You must be logged in to vote

2. For checking memory leaks, I noticed that the values for the report with --leaks flag set and without it are the same. How do I make sense of this information?

That means that whatever was on the high watermark has been there until the end of the program. As we recommend in several places in the docs, please run with --trace-python-allocators or with the PYTHONMALLOC=malloc environment variable.

Replies: 3 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@benhgm
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@benhgm
Comment options

@pablogsal
Comment options

Answer selected by pablogsal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants