Hi,
Is there way to monitor what object takes up how much of memory? I open lots of things as "in_memory" objects but I want to know if they are reasonable to do so instead loading only part of feature (or raster) to memory. I also want to know a tool for python generic, since I am making arcpy's Polygons and keep it into list some times, and wondering if that is pushing memory use.
Thanks!