Re: Memory usage
Re: Memory usage
- Subject: Re: Memory usage
- From: Shawn Erickson <email@hidden>
- Date: Thu, 24 Mar 2005 15:58:23 -0800
On Mar 24, 2005, at 3:39 PM, Michael Becker wrote:
In my list, every running app uses at most about 400 REGS (memory
regions). But my app (after some album switching) easily reaches more
than 1500 of those.
Now here is the question: Why does my app increase in memory usage
even though I properly facilitate Cocoa's memory management?
What does RPRVT (resident private memory) say? This reflects the amount
of private memory that your application has resident in memory at any
given time (number of active memory pages times page size).
Looking at memory regions isn't the best indication of actual memory
usage just how many regions are being tracked in your virtual memory
space as I understand things (a given region may only contain a small
number of active pages).
-Shawn
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Memory usage (From: Michael Becker <email@hidden>) |