-
I have a project with Django and I did a multiread with Gunicorn. but my project has a memory leak. I want to monitor memory with "memray" but I don't know how to use "memray". |
Beta Was this translation helpful? Give feedback.
Answered by
pablogsal
Apr 24, 2022
Replies: 1 comment 3 replies
-
Please, check the documentation, especially the https://bloomberg.github.io/memray/getting_started.html https://bloomberg.github.io/memray/run.html#tracking-across-forks |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
godlygeek
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please, check the documentation, especially the
--follow-fork
option if you want to follow forked processes:https://bloomberg.github.io/memray/getting_started.html
https://bloomberg.github.io/memray/run.html#tracking-across-forks