• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Xcode 4.3.1 memory usage
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Xcode 4.3.1 memory usage


  • Subject: Re: Xcode 4.3.1 memory usage
  • From: Jens Alfke <email@hidden>
  • Date: Mon, 12 Mar 2012 22:23:24 -0700


On Mar 12, 2012, at 9:50 PM, Brad Oliver wrote:

Over the course of a day, Xcode 4.3's memory usage creeps up from roughly 523 MB from a fresh launch with my workspace opened, to somewhere north of 7GB after several hours of work.

What sort of memory, or rather, what is reporting that figure? There are lots of ways to measure memory usage, and they mean different things. The one I tend to rely on is RPRVT (“Real Private Memory” in Activity Monitor), which shows the amount of actual RAM being used exclusively by that process. This tends to measure stuff like the heap, and not shared things like framework code.

The ‘heap’ tool is also useful for figuring out WTF is going on with a process’s memory usage, as it’ll break down heap usage by block size and object type.

—Jens

 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Xcode 4.3.1 memory usage (From: Brad Oliver <email@hidden>)

  • Prev by Date: Xcode 4.3.1 memory usage
  • Next by Date: Re: Xcode - AN APPLE OPPORTUNITY!
  • Previous by thread: Xcode 4.3.1 memory usage
  • Next by thread: Re: Xcode 4.3.1 memory usage
  • Index(es):
    • Date
    • Thread