Is there a way to determine the current memory usage for individual variables in the current run time? Across julia processes?
For example, I'm running 32 julia processes (one for each core) on a machine with 250GB of memory. Top shows 160GB of memory allocated. I know for a fact I'm not using that much, but I do need to know how much I actually have available. E.g. how much has been allocated by julia and how much it's actually using.
