Replies: 1 comment 1 reply
-
Hi @ooliver1 and thanks for opening a discussion. Could you please describe a bit better what you are doing exactly and maybe adding a reproducer here so we can investigate? Otherwise there is no way we can assist. Also, note this warning here: https://bloomberg.github.io/memray/run.html#aggregated-capture-files
This means that if your process terminates abruptly (which may happen with |
Beta Was this translation helpful? Give feedback.
-
I'm running memray inside docker with
python -m memray run --aggregate -o memray/memray.$$.bin -m vibr
, memray being a docker volume.It creates a blank file just fine, but once I terminate with
SIGINT
, nothing happens, then withSIGTERM
it never outputs properly. I managed to get it to output properly once but didn't have the volume to catch it at all. I can only do this every 3 days because that's when the seemingly memory leak occurs (in production only 😅).Beta Was this translation helpful? Give feedback.
All reactions