How is memory managed in python?

Vishal Rana ranavishal at gmail.com
Mon Jul 19 21:30:20 EDT 2010


Hi,

In my web application (Django) I call a function for some request which
loads like 500 MB data from the database uses it to do some calculation and
stores the output in disk. I just wonder even after this request is served
the apache / python process is still shows using that 500 MB, why is it so?
Can't I release that memory?

Thanks
Vishal Rana
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100719/0daf5881/attachment.html>


More information about the Python-list mailing list