Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: Memory Usage Comparison

Tags:

xcode

enter image description here

Is it normal to lose 3/4 of memory to 'Other Processes' when simulating iOS in xcode?

like image 658
Simon. Avatar asked Dec 09 '14 16:12

Simon.


1 Answers

Yes, this is normal.

"Other Processes" includes literally every other program that is currently running on your Mac. That number has nothing to do with the simulator. It does not measure processes that run in the simulator.

If you run iOS Simulator Xcode shows memory stats from your Mac.

like image 89
Matthias Bauch Avatar answered Sep 22 '22 00:09

Matthias Bauch