memory

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

Guest

I have installed 4gb of ddr 400 memory on the motherboard, bios has pick up
the 4gb but windows vista is saying only 3gb any on any ideas.


Paul
 
You are running the 32 Bit version of Vista which can only address 4 GB of
RAM. But, the 4 GB includes the video card, BIOS and other system devices
(it's not using your system RAM, it only has a usable space of 4 GB). To see
the full 4 GB you would have to upgrade to the 64 Bit version of Vista.
 
paul said:
I have installed 4gb of ddr 400 memory on the motherboard, bios has pick up
the 4gb but windows vista is saying only 3gb any on any ideas.

This has been discussed over and over in the newsgroups. It's normal
behavior in the 32bit OS.
 
Unless "you" have allocated RAM to be used as video RAM in your bios, there
is nothing you can do.

It is the way 32 bit hardware and software (the operating system) use the
RAM. Some M/B's and chipsets allocate more than others to be used
specifically for the system. This RAM, though used by the system, is not
available for use by installed programs.

People who use 4 gig of RAM with 32 bit Windows typically see approximately
2.8 gig to about 3.5 gig available for programs. This includes the system
information type programs that show you installed RAM.


--


Regards,

Richard Urban MVP
Microsoft Windows Shell/User
 
Quote from:
http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/

Dynamic Kernel Address Space
Windows and the applications that run on it have bumped their heads on the
address space limits of 32-bit processors. The Windows kernel is constrained
by default to 2GB, or half the total 32-bit virtual address space, with the
other half reserved for use by the process whose thread is currently running
on the CPU. Inside its half, the kernel has to map itself, device drivers,
the file system cache, kernel stacks, per-session code data structures, and
both non-paged (locked-in physical memory) and paged buffers allocated by
device drivers. Prior to Windows Vista, the Memory Manager determined at
boot time how much of the address space to assign to these different
purposes, but this inflexibility sometimes led to situations where one of
the regions became full while others still had plenty of available space.
The exhaustion of an area can lead to application failures and prevent
device drivers from completing I/O operations.
In 32-bit Windows Vista, the Memory Manager dynamically manages the kernel's
address space, allocating and deal locating space to various uses as the
demands of the workload require. Thus, the amount of virtual memory used to
store paged buffers can grow when device drivers ask for more, and it can
shrink when the drivers release it. Windows Vista will therefore be able to
handle a wider variety of workloads and likewise the 32-bit version of the
forthcoming Windows Server® code-named "Longhorn," will scale to handle more
concurrent Terminal Server users.

Of course, on 64-bit Windows Vista systems, address space constraints are
not currently a practical limitation and therefore require no special
treatment as they are configured to their maximums.
 
Back
Top