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
-- http://mail.python.org/mailman/listinfo/python-list
