Re: [Pyobjc-dev] Initial memory usage
Brought to you by:
ronaldoussoren
From: Ronald O. <ron...@ma...> - 2009-09-29 20:38:47
|
On 21 Sep, 2009, at 10:39, Arif Amirani wrote: > Hi all, > > 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? I guess so. I haven't done serious measuments of PyObjC memory usage beyond checking that PyObjC doesn't leak memory. How did you measure the memory usage? Ronald > > Versions: > Mac OS X 10.5.8 > > >>> print objc.__version__ > 2.2b2 > > Thanks, > Arif Amirani > > Blog: http://blog.tripmeter.in > > > > ------------------------------------------------------------------------------ > Come build with us! The BlackBerry® Developer Conference in SF, CA > is the only developer event you need to attend this year. Jumpstart > your > developing skills, take BlackBerry mobile applications to market and > stay > ahead of the curve. Join us from November 9-12, 2009. Register > now! > http://p.sf.net/sfu/devconf_______________________________________________ > Pyobjc-dev mailing list > Pyo...@li... > https://lists.sourceforge.net/lists/listinfo/pyobjc-dev |