How to reduce the memory size of python

Mishra Gopal-QBX634 QBX634 at motorola.com
Thu Jan 7 02:16:32 EST 2010


Hi,
 
When i write following pyhon program and execute it in linux machine,
 
if __name__=='__main__':
    while True:
          pass
 
When i check the VmRSS size, it shows 2956 KB in size. 
 
Is there any way to reduce the memory size taken by python.
 
I am working in flash memory devices.
 
Any suggession is highly helpfull to me.
 
Thanks,
Gopal
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20100107/b98b3d96/attachment.html>


More information about the Python-list mailing list