Re: [MacRuby-devel] Confusing with The memory a macruby app used

2010-10-25 Thread niedhui
got it .thanks On Oct 25, 2010, at 9:20 AM, Laurent Sansonetti wrote: > Hi, > > The memory used by a new MacRuby app depends on your environment, but it's > indeed bigger than a default Objective-C app. If you start enabling garbage > collection in the Objective-C app and create some objects, t

Re: [MacRuby-devel] Confusing with The memory a macruby app used

2010-10-24 Thread Laurent Sansonetti
Hi, The memory used by a new MacRuby app depends on your environment, but it's indeed bigger than a default Objective-C app. If you start enabling garbage collection in the Objective-C app and create some objects, the rsize should then be the same as a normal MacRuby app (since the runtime itse

Re: [MacRuby-devel] Confusing with The memory a macruby app used

2010-10-24 Thread Matt Aimonetti
Yes it is - Matt Sent from my iPhone On Oct 24, 2010, at 6:26, 聂殿辉 wrote: > Hi: > I want to write an app with macruby , and want to make sure there's not > memory problem. I create an Macruby-Application with Xcode ,and lanuch it > ,using the Activity Monitor , it using about 44M memory ,and

[MacRuby-devel] Confusing with The memory a macruby app used

2010-10-24 Thread 聂殿辉
Hi: I want to write an app with macruby , and want to make sure there's not memory problem. I create an Macruby-Application with Xcode ,and lanuch it ,using the Activity Monitor , it using about 44M memory ,and create an ObjectivC-Application ,it only use 8M memory ,is it normal? thanks __