Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Vista General Discussion > 4GB and 32 Bit Vista Business

Reply
Thread Tools Display Modes

4GB and 32 Bit Vista Business

 
 
Patrick
Guest
Posts: n/a

 
      11-15-2008
We get a Vista Business machine with 4GB RAM installed.

As it is a 32 Bit OS, it is not able to access all 4GB RAM. Is there any
way / software to make the full use of the RAM we have ? A fellow suggests
setting up a RAM Disk. Is it reasonable ? If yes, is there any web site I
can find the information required ?

Thanks


 
Reply With Quote
 
 
 
 
Richie Hardwick
Guest
Posts: n/a

 
      11-15-2008
"Patrick" <> wrote:

>We get a Vista Business machine with 4GB RAM installed.
>
>As it is a 32 Bit OS, it is not able to access all 4GB RAM. Is there any
>way / software to make the full use of the RAM we have ? A fellow suggests
>setting up a RAM Disk. Is it reasonable ? If yes, is there any web site I
>can find the information required ?


What you see is all that you will get. There is NO way to change the
fact that your system is only left with about 3.2gigs of RAM after it
takes what it needs for basic projects.

Richie Hardwick
 
Reply With Quote
 
Richard G. Harper
Guest
Posts: n/a

 
      11-15-2008
What you see is what you get. All 32-bit OSes can only natively address 4gb
of memory, and in the Windows/Intel world some of that memory is re-mapped
for video display and adapter use, so you get about 3.2gb of useable memory.

I haven't heard anyone recommend the use of a RAM disk since the early DOS
and Windows days - I suppose you probably could set one up but what ever
would you use it for? I would recommend that you just leave well enough
alone, and use the system as it is. I can think of no truly
performance-enhancing way of recovering or using the "missing" memory.

--
Richard G. Harper [MVP Shell/User]
* NEW! Catch my blog ... http://msmvps.com/blogs/rgharper/
* PLEASE post all messages and replies in the newsgroups
* The Website - http://rgharper.mvps.org/


"Patrick" <> wrote in message
news:...
> We get a Vista Business machine with 4GB RAM installed.
>
> As it is a 32 Bit OS, it is not able to access all 4GB RAM. Is there any
> way / software to make the full use of the RAM we have ? A fellow
> suggests setting up a RAM Disk. Is it reasonable ? If yes, is there any
> web site I can find the information required ?
>
> Thanks
>


 
Reply With Quote
 
Ken Blake
Guest
Posts: n/a

 
      11-15-2008
"Patrick" <> wrote in message
news:...

> We get a Vista Business machine with 4GB RAM installed.
>
> As it is a 32 Bit OS, it is not able to access all 4GB RAM.



Correct.


> Is there any way / software to make the full use of the RAM we have ?



No.


> A fellow suggests setting up a RAM Disk. Is it reasonable ?



No.


I explain why you can't use all 4GB below, but first let me ask why you want
to use it all. It depends on what apps you run, but for most people running
Vista, 4GB is considerably more than you can make effective use of, and
using more than the 3GB or so you can presently use won't help you at all.

All 32-bit client versions of Windows (not just Vista/XP) have a 4GB address
space. That's the theoretical upper limit beyond which you can not go.

But you can't use the entire 4GB of address space. Even though you have a
4GB address space, you can only use *around* 3.1GB of RAM. That's because
some of that space is used by hardware and is not available to the operating
system and applications. The amount you can use varies, depending on what
hardware you have installed, but can range from as little as 2GB to as much
as 3.5GB. It's usually around 3.1GB.

Note that the hardware is using the address *space*, not the actual RAM
itself. The rest of the RAM goes unused because there is no address space to
map it to.


 
Reply With Quote
 
Steve Thackery
Guest
Posts: n/a

 
      11-15-2008
> As it is a 32 Bit OS, it is not able to access all 4GB RAM. Is there any
> way / software to make the full use of the RAM we have ?


Don't worry, Patrick: you'll get great performance with 3.2G of accessible
RAM. Some people here recommend going to Vista 64, but you need to know two
things:

1/ It runs 32-bit apps slightly slower than native Vista 32

2/ You must make sure you've got solid 64-bit drivers for all your hardware

SteveT

 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      11-15-2008
"Steve Thackery" <> wrote in message
news:...

>
> 1/ It runs 32-bit apps slightly slower than native Vista 32
>


I keep seeing people saying this. All the benchmark results I've seen are
inconclusive. The results varied and the differences weren't significant. In
real world use I see a slightly more responsive system with Vista x64 and
anything greater than 2 GB of RAM. The difference is slight but it is
noticeable. As you load more programs simultaneously the difference becomes
more pronounced. Even with 3 or 4 GB of RAM. Vista x64 is much more
responsive when multitasking.

--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration
http://www.vistahelp.ca/phpBB2/
http://vistahelpca.blogspot.com/



 
Reply With Quote
 
the wharf rat
Guest
Posts: n/a

 
      11-15-2008
In article <#$JEX#>,
Ken Blake <> wrote:
>
>> Is there any way / software to make the full use of the RAM we have ?

>
>No.
>


Well, there's linux...

Lol :-)

 
Reply With Quote
 
Steve Thackery
Guest
Posts: n/a

 
      11-15-2008
> I keep seeing people saying this. All the benchmark results I've seen are
> inconclusive.


I'm happy to take your word for it. I'm repeating what I've read in the
computer press.

SteveT

 
Reply With Quote
 
John Barnes
Guest
Posts: n/a

 
      11-16-2008
I agree with you. When multitasking with more than 2 gig there is a
noticeable difference. The following posting by Chuck Walbourn of Microsoft
offers an explanation of why.

---------

A 32-bit process can only adddress up to 2 GB of virtual address space. A
32-bit Large Address Aware process can get up to 4 GB of virtual address
space when run on Windows x64.

Each process has it's own unique address space. Every THREAD in that process
shares the same virtual address space.

Physical memory is managed by the operating system and will be mapped to
each process on demand. The mapping is completely up to the OS and is
dynamic, so there's no hard and firm rule here. If you are runnning a x64 OS
with 8 GB of physical RAM available, then the system will allocate it based
on the runtime demand. Multiple 32-bit processes running at the same time
can utilize more than 2 GB of physical memory.

To determine what is really happening you should look at your runtime
environment and determine how much viritual address space is allocated by
each process, and how large each working set is at runtime.

--
-Chuck Walbourn
SDE, XNA Developer Connection

This posting is provided "AS IS" with no warrenties, and confers no rights.

"Kerry Brown" <*a*m> wrote in message
news:...
> "Steve Thackery" <> wrote in message
> news:...
>
>>
>> 1/ It runs 32-bit apps slightly slower than native Vista 32
>>

>
> I keep seeing people saying this. All the benchmark results I've seen are
> inconclusive. The results varied and the differences weren't significant.
> In real world use I see a slightly more responsive system with Vista x64
> and anything greater than 2 GB of RAM. The difference is slight but it is
> noticeable. As you load more programs simultaneously the difference
> becomes more pronounced. Even with 3 or 4 GB of RAM. Vista x64 is much
> more responsive when multitasking.
>
> --
> Kerry Brown
> MS-MVP - Windows Desktop Experience: Systems Administration
> http://www.vistahelp.ca/phpBB2/
> http://vistahelpca.blogspot.com/
>
>
>


 
Reply With Quote
 
Kerry Brown
Guest
Posts: n/a

 
      11-16-2008
"Steve Thackery" <> wrote in message
news:%...
>> I keep seeing people saying this. All the benchmark results I've seen are
>> inconclusive.

>
> I'm happy to take your word for it. I'm repeating what I've read in the
> computer press.
>
> SteveT



I think many things come into play here. Early in Vista's life, 64 bit
drivers were hard to find and often buggy or slower than the the 32 bit
driver for the same hardware. A few early testers found that with some
benchmarks 32 bit was slightly faster than 64 bit. I think the poor drivers
contributed to this. I also think that few benchmarks simulate multi tasking
well. These early benchmark results have been repeated often enough on
various blogs that it has become an Internet "truth" that Vista x64 is
slower than Vista x86 when running 32 bit programs. My experience is that I
can't really notice any difference running single programs. As soon as I
start running multiple programs I find Vista more responsive. If the tasks
themselves are actually running any faster or slower I don't know. I suspect
some are faster, some are slower depending on how they are programmed. There
is a huge difference when you get up to around 8GB. Vista (and Linux) are
way nicer to use with that much RAM. Price wise more RAM and a 64 bit OS is
by far the best bang for the buck when upgrading a computer.

--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration
http://www.vistahelp.ca/phpBB2/
http://vistahelpca.blogspot.com/



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot connect Vista Business to Small Business Server Doug Windows Vista General Discussion 4 08-27-2008 04:25 PM
Re: Vista 64 Bit Business is giving me the business... Want to fire it but need help!!! PvdG42 Windows Vista Hardware 1 08-21-2008 04:26 PM
Upgrade Vista Home Premium to Vista Business using FULL Business C planetearth Windows Vista Installation 11 06-09-2008 06:35 PM
[Vista Business] Not recognize 4GB Ram - SonyVaio VGN-SZ57N/C + Vista Business ADO. Inconnu Windows Vista Performance 8 11-25-2007 10:53 PM
[Vista Business] Not recognize 4GB Ram - SonyVaio VGN-SZ57N/C + Vista Business ADO. Inconnu Windows Vista General Discussion 13 11-24-2007 09:26 PM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59