This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Vipul-Cariappa
Recipients Vipul-Cariappa
Date 2020-11-29.12:04:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606651474.19.0.587373686194.issue42502@roundup.psfhosted.org>
In-reply-to
Content
I would first like to thank the python developers, contributors and the community for this wonderful programming language.
I am trying to limit the memory consumption of a function; at the same time trying to figure out the maximum memory used during the execution of the same function. I have uploaded the source code and the output of the program I am using to achieve this.
The Memory Used is more than the Memory Limit I have set. Is this the expected output. Or a bug in the code. I am using Python3.8 in ubuntu 20.04 wsl. Any suggestion regarding implementing the functionality I have mentioned would be helpful.
And I am very very sorry if this is the expected output.
Thank You.
History
Date User Action Args
2020-11-29 12:04:34Vipul-Cariappasetrecipients: + Vipul-Cariappa
2020-11-29 12:04:34Vipul-Cariappasetmessageid: <1606651474.19.0.587373686194.issue42502@roundup.psfhosted.org>
2020-11-29 12:04:34Vipul-Cariappalinkissue42502 messages
2020-11-29 12:04:34Vipul-Cariappacreate