Re: [Pyobjc-dev] Initial memory usage
Brought to you by:
ronaldoussoren
From: Arif A. <ari...@gm...> - 2009-09-30 10:03:15
|
Hi Ronald, I've tried this with Activity Monitor, top and some 3rd party tool. I get a consistent usage of 30+M for the single window app. Is there a more robust way of determining app memory usage? Thanks, Arif Amirani http://blog.tripmeter.in On Wed, Sep 30, 2009 at 2:08 AM, Ronald Oussoren <ron...@ma...>wrote: > > 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 > > > |