Re: [Pyobjc-dev] Initial memory usage
Brought to you by:
ronaldoussoren
From: Bill B. <bb...@ma...> - 2009-09-30 17:33:52
|
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 |