I’m writing a code using ITensors
package in Julia
. While I monitor the execution of the code via top
from terminal I notice that the amount of Ram the code is using is much greater than the one I’d expect it to use. So I want to try to understand how is the memory distributed over the variables in my code, and which variable in which function is responsible for the increase in memory.