Christian Heimes <christian <at> python.org> writes: > > The article doesn't state if the writer is referring to virtual memory > or resident set size.
Actually the article mentions the following recipe: resource.getrusage(resource.RUSAGE_SELF).ru_maxrss which means the author is probably looking at resident set size. Regards Antoine. -- https://mail.python.org/mailman/listinfo/python-list