-
I'm using Memray to profile the memory usage of a long running Python program. The bin file is several gigabytes and I'm starting to run out of storage space. I think if I set the logging interval to a longer duration, it would decrease the size of the bin file. But the run command does not have any options for setting the logging interval. How can set the logging interval and/or decrease the size of the bin file? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 13 replies
-
We are working on reducing the file size by implementing compression and other optimizations, so in some time you can expect quite a substantial reduction of the file size. Regarding the request, I think it makes sense. We can add a flag to the command line to control the logging interval 👍 |
Beta Was this translation helpful? Give feedback.
We are working on reducing the file size by implementing compression and other optimizations, so in some time you can expect quite a substantial reduction of the file size.
Regarding the request, I think it makes sense. We can add a flag to the command line to control the logging interval 👍