Closed paniabhisek closed 8 months ago
Changes I did to memray/docs/example/fibonacci/fib.py
memray/docs/example/fibonacci/fib.py
n
10_000
sleep(2)
run()
Next commands:
PYTHONMALLOC=malloc memray run --trace-python-allocators fib.py memray flamegraph --temporal memray-fib.py.<id>.bin
But I do not see any deallocation of heap size. What is the reason?
This is also shown as memory leak if I give --leaks option
--leaks
Changes I did to
memray/docs/example/fibonacci/fib.py
n
to10_000
due to segmentation fault.sleep(2)
afterrun()
Next commands:
But I do not see any deallocation of heap size. What is the reason?
This is also shown as memory leak if I give
--leaks
option