Watching the top output, my program shows 142MB virt and 105MB res. This is on a machine with 2GB RAM
I assume this means Virtual (swapped to disk) and Resident (RAM). Correct?
So ... I could potentially run this on a machine with only 256MB, since only 105MB is actually in RAM?
Anybody understand how this memory management works? I'm curious why a program that I just started, that has the CPU pegged on an otherwise idle machine would have over half the memory swapped out.
I assume this means Virtual (swapped to disk) and Resident (RAM). Correct?
So ... I could potentially run this on a machine with only 256MB, since only 105MB is actually in RAM?
Anybody understand how this memory management works? I'm curious why a program that I just started, that has the CPU pegged on an otherwise idle machine would have over half the memory swapped out.