What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Memory (RAM) vs Virtual RAM...

Memory (RAM) vs Virtual RAM...
Author: Message:
Adeptus
Senior Member
****


Posts: 732
Reputation: 40
Joined: Oct 2005
RE: Memory (RAM) vs Virtual RAM...
The short explanation is that programs often request large blocks of memory that they never fully use.  Windows manages memory in 4-kilobyte pages.  For certain types of allocations, the memory manager will allocate all or part of the request in virtual memory.  If these pages are actually ever accessed, they are then swapped in.

This creates a slight overhead for programs that allocate large blocks of memory and use all of it, but that is a very small  hit compared to quickly filling up all of the physical memory and then having to swap pages out to make room for something else.

This post was edited on 09-29-2006 at 07:26 PM by Adeptus.
09-29-2006 07:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Memory (RAM) vs Virtual RAM... - by prashker on 09-29-2006 at 06:48 PM
RE: Memory (RAM) vs Virtual RAM... - by Voldemort on 09-29-2006 at 06:52 PM
RE: Memory (RAM) vs Virtual RAM... - by prashker on 09-29-2006 at 06:53 PM
RE: Memory (RAM) vs Virtual RAM... - by Adeptus on 09-29-2006 at 07:24 PM
RE: Memory (RAM) vs Virtual RAM... - by prashker on 09-29-2006 at 07:40 PM
RE: Memory (RAM) vs Virtual RAM... - by Voldemort on 09-29-2006 at 07:50 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On