I am running a python program in ubuntu system. I want to find out the memory size that is required to run my python program. I have use psutil but its give the snapshot of a particular time.
Asked
Active
Viewed 38 times
0
-
Is [this](https://stackoverflow.com/questions/938733/total-memory-used-by-python-process) an answer to your question? – silentin Jun 24 '20 at 11:30
-
Does this answer your question? [Total memory used by Python process?](https://stackoverflow.com/questions/938733/total-memory-used-by-python-process) – brunns Jun 24 '20 at 11:37