In windows xp it was obvious: if the memory used regularly exceeded the physical memory, it was time to put some more in

What's the deal with the mac?

I read this and am none the wiser

link|improve this question

38% accept rate
feedback

migrated from serverfault.com Jan 17 at 12:46

This question came from our site for system administrators and desktop support professionals.

3 Answers

If you don't have enough RAM, your Page outs value in Activity Monitor » System Memory will be big and growing rapidly when you're doing memory intensive tasks.

enter image description here

link|improve this answer
feedback

If you're experiencing poor performance and frequent disk accesses, it's time for more memory.

link|improve this answer
+1 for explaining this in layman’s terms – kinokijuf Jan 17 at 13:17
It's more poor performance with tasks that are usually quicker, isn't it? Everything else just means you're doing CPU bound processing. But once switching between applications is slow, then you have a RAM issue... – Daniel Beck Jan 17 at 20:35
It's true that if switching between applications is slow, there is some amount of memory that would avoid that problem. But that amount can be much larger than your system could ever handle, and in that case, it's misleading to describe the cause as insufficient RAM. Rather it's simply that lots of information "passes through" the RAM and flushes anything cached across that operation. (Consider copying a 1TB folder from one drive to another. That will cause a task switch to be slow. But to say the issue is that you don't have 1TB of RAM is at least misleading.) – David Schwartz Jan 17 at 20:40
I just meant to prevent the misunderstanding that just because something is slow doesn't mean you don't have enough RAM. It could also be the CPU. But those bottlenecks are much easier to determine. – Daniel Beck Jan 18 at 17:26
feedback

When in Finder use the 'Go' menu, select 'Go to Folder...', type '/var/vm', then click 'Go'

That will take you to a folder showing you how many 'swap' files have been generated.

There is always one, and each new one is twice the size of the previous. The more swap files, the more disk thrashing.

More RAM memory will help prevent building swap files.

If I see more than 4 swap files and notice a slowdown changing applications, I will restart.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.