Skip to content
Prev 82853 / 398506 Next

memory tops out at 1.84gb on OS X 10.4 machine w/ 5GB ram

On 12/15/05 10:36 AM, "Albert Vilella" <avilella at gmail.com> wrote:

            
I don't think this is true.  See here for Apple's answer:

http://developer.apple.com/documentation/Performance/Conceptual/ManagingMemo
ry/index.html

Note that receiving a malloc error means that malloc failed.  Therefore,
what you see in ActivityMonitor is the memory consumption BEFORE a large
memory block is allocated, if I understand things correctly.  Correct me if
I'm wrong here, please.

Sean