Re: [Pyobjc-dev] Initial memory usage
Brought to you by:
ronaldoussoren
From: Arif A. <ari...@gm...> - 2009-09-30 18:32:52
|
Thanks for the info Bill. How do I figure out if the memory usage is high due to allocations or mm stuff? I tried instruments but couldn't make out what I was seeing. Thanks, Arif On Wed, Sep 30, 2009 at 11:03 PM, Bill Bumgarner <bb...@ma...> wrote: > > On Sep 30, 2009, at 6:38 AM, Arif Amirani wrote: > > A small update. I tried the same with a Ruby Cocoa bridge and the exact >> single window app started off with only 9M+ memory usage. I'll try a few >> more tests but otherwise this looks like a huge difference between native >> cocoa - ruby cocoa and pyobjc apps. >> > > Is it allocations or is it memory mapped gunk? > > If it is allocations, that is a problem. > > If it is memory mapped stuff -- shared libraries, etc -- you shouldn't > care. > > b.bum > > |