Sign in with
Sign up | Sign in
Your question

Why doesn't windows use all available physical memory ?

Tags:
  • Windows
  • Physical Memory
  • RAM
  • Memory
Last response: in Memory
Share
January 23, 2014 1:38:14 AM

I am running a server with 4gb of ram and the maximum physical memory it needs is about 3.5gb.
Windows dumps the data to the pagefile and keeps physical memory usage at 3gb max.

I also tested this with another pc with 6gb ram and it maxed out at 5gb ram.Anything over was dumped to the pagefile.

Both are 64bit systems

Is this by design or can i tweak something to make windows use close to all available physical memory ?

More about : windows physical memory

a b } Memory
January 23, 2014 1:52:48 AM

What happens is that some of the addressable memory (regardless of how much you have physically installed) is reserved for use by page files or by some of the devices that you are using, such as a graphics card, PCI card, integrated network connections, etc., so it's unavailable for use as normal main memory.

The amount of memory needed for these devices is calculated by your system at startup; if you haven't maxed out the memory in your system, it's invisible to you, and all your physical memory (the RAM that's installed) is available for use. However if you've maxed out the DRAM in your system, this amount will be deducted from your physical memory, so you can't use 100% of your DRAM.
m
0
l
January 23, 2014 2:10:03 AM

So hardware connected to the mobo and the pagefile cache uses ~1gb of ram ?

How do pc's with 2gb of ram work at all then ?
m
0
l
a b } Memory
January 23, 2014 2:22:13 AM

Oh_Noes said:
So hardware connected to the mobo and the pagefile cache uses ~1gb of ram ?

How do pc's with 2gb of ram work at all then ?


They work but not as efficiently as a system with more RAM.
m
0
l
!