Static memory allocation in Python

Eduardo Henrique Tessarioli eduardo.tessarioli at gmail.com
Tue Jun 17 14:34:27 EDT 2008


Hi,

I am running a very simple python application and I noted that the memory
allocation is something like 4,5M.
This is a problem in my case, because I have to run 2 thousand process at
the same time.
The memory I need is 100k or less. Is there any way to set this for the
python process?

Regards,
Eduardo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20080617/4fd1d9e4/attachment.html>


More information about the Python-list mailing list