Skip to main content

Questions tagged [virtual-memory]

Virtual memory is a method where each process is given its own address space (virtual memory), and the hardware translates every VM reference to a physical memory address. Originally VM was used to provide more address space than the available physical memory. To accommodate situations when more virtual memory is in use than physical memory, a storage device such as HDD can be used to "swap out" data and later "swap (back) in" as needed.

7 votes
3 answers
2k views

Is Visual Studio 2008 a 32Bit Application?

Is the Visual Studio Application 32Bit , and thus can only address max 4GB ram?
JL.'s user avatar
  • 5,778
4 votes
4 answers
532 views

In winxp, I have 4GB of RAM, am using 1.77GB, but programs keep paging out to memory. Why?

All in the title. What's the point of more RAM if my programs will page out instead of using it? To be more specific, here's an example: I open 12 tabs in a browser. I look at one of them while using ...
Claudiu's user avatar
  • 1,776

15 30 50 per page
1
17 18 19 20
21