Tim Jones <[EMAIL PROTECTED]> wrote: > I understand that, but should it be growing (it got to 187M before I > killed the app)? Also, isn't the 11.7M in the RSIZE still a bit huge > for an application that is doing absoloutely nothing?
Hey, this sounds like you don't know what you are talking about :-) RSIZE is the phyiscal used memory by your application. And this is used for loading code, creating buffers for the windows and some memory from the system. VSIZE is the allocated address space which includes the exectuable file mapping itself, all the system frameworks mapped into address space, memory allocated, but not used and shared memory like the window buffers. Gruß Christian -- Around eleven thousand functions in one REALbasic plug-in. The Monkeybread Software Realbasic Plugin v6.4. Now universal! <http://www.monkeybreadsoftware.de/realbasic/plugins.shtml> _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
