How to check the amount of memory used by networkx graph ?
There is method to check the number of nodes and edges, but I could not find one for memory usage ?
How to check the amount of memory used by networkx graph ?
There is method to check the number of nodes and edges, but I could not find one for memory usage ?
You can get an estimate by adding up the size of the edge list and the size of the node list: