[Pythonmac-SIG] Initial memory usage

Arif Amirani arif.amirani at gmail.com
Wed Sep 23 10:50:39 CEST 2009


Hi all,
I couldn't get any response on the PyObjC mailing list so trying here.

I've recently started developing PyObjC apps and my app memory usage shot
off to 75MB. So I created a small Hello World app with just one NSWindow and
the initial memory was 36MB. I'd assume this would be expected since the
entire Python interpreter is running within the app it might take that much.
So is it safe to assume that all PyObjC apps need a minimum of 30+M to work?

Versions:
Mac OS X 10.5.8

>>> print objc.__version__
2.2b2

Thanks,
Arif Amirani

Blog: http://blog.tripmeter.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pythonmac-sig/attachments/20090923/c5664ee1/attachment.htm>


More information about the Pythonmac-SIG mailing list