Actually, there was one nugget of truth in the article, and that was the _best_ way to determine if your operating system is low on memory, is to watch it's swapping activity. This is probably true across all operating systems, Linux, Solaris, etc..<p>An operating system will typically not swap out (or in) cache memory to disk, so, as long as you are exhibiting no swapping behavior, (And you have swap enabled) then you have enough memory. I think it was Adrian Cockroft, in fact, in "Sun Performance and Tuning: Sparc & Solaris" who in fact said that was _the_ way to determine if you have memory pressure on your operating system - run vmstat and watch the si and so column for activity.