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 swapnil
Recipients amaury.forgeotdarc, christian.heimes, ezio.melotti, grahamd, jcea, loewis, ncoghlan, pitrou, python-dev, swapnil, vstinner
Date 2011-04-11.14:48:15
SpamBayes Score 1.3062977e-08
Marked as misclassified No
Message-id <1302533299.68.0.0624144435529.issue11803@psf.upfronthosting.co.za>
In-reply-to
Content
Sorry about the previous report. I should have tested it thoroughly. Yes, it does not seem to rise but eventually it does. This time, I'v added garbage collection right after the subinterpreter is shutdown. The memory consumption does not seem to rise above 8MB when you start the test. But if you leave it running for couple of hours I have seen it grown upto 24MB. I haven't tested more that that but it seems that if you run it for couple of days, memory consumption will grow upto few 100 MB.
This is strange because mod_python doesn't seem to be doing anything special to handle this, then how does it work with mod_python?
History
Date User Action Args
2011-04-11 14:48:19swapnilsetrecipients: + swapnil, loewis, jcea, amaury.forgeotdarc, ncoghlan, pitrou, vstinner, christian.heimes, ezio.melotti, grahamd, python-dev
2011-04-11 14:48:19swapnilsetmessageid: <1302533299.68.0.0624144435529.issue11803@psf.upfronthosting.co.za>
2011-04-11 14:48:15swapnillinkissue11803 messages
2011-04-11 14:48:15swapnilcreate