virtual memory or RAM??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Well, i found out about a "virtual memory" in the system, and i
thought...what is the difference between virtual memory and RAM?, i assume as
they are both memory, their use is for storing temporal data, am i wrong??,
does windows have a priority in the use of them?, store data first in the RAM
, or in virtual?, i don't understand this :s, could anyone help me please??
--
- Starving to learn
and
Happy to help -

Victor :)
 
Main difference is that "virtual memory" grinds the hard disk (=slow) and
RAM doesn't.

--
Jon

One man's loss is another man's gain

Wasn't it "VBA" <[email protected]> in message
, who said something
like......???
 
VBA said:
Well, i found out about a "virtual memory" in the system, and i
thought...what is the difference between virtual memory and RAM?, i
assume as they are both memory, their use is for storing temporal
data, am i wrong??, does windows have a priority in the use of them?,
store data first in the RAM , or in virtual?, i don't understand this
:s, could anyone help me please??

Virtual = Nearly, almost. Not real. Fictious. Existing in essence but not in
actual fact. Simulated.

Understanding the difference is immaterial. The only thing that's important
is that you have lots of both.
 
virtual memory == hard drive file used by Windows in order to "swap-out"
memory sections for other uses. True usage only XP or MS would really know.

RAM == Random Access Memory -- physical memory chips which the PC uses to
store/process info during the Windows session.

Important that you should be using both and that you "set aside" a good part
of the hard drive space in order for XP to have enough virtual memory swap file.
 
Back
Top