2

Here's the setup:

-32bit Windows 7 Host O/S, recognizing only ~3GB of 6GB RAM

If I virtualized a 64bit guest using VMWare, will it be possible for it to address the full ~6GB of RAM, or am I constrained to what my 32bit host can see?

user9517
  • 115,471
  • 20
  • 215
  • 297
zincorp
  • 123
  • 2

2 Answers2

6

You're constrained to what the 32bit host can see. Even with PAE, a single process can only use ~3GB of RAM, so your guest(s) will be limited to that.

Dentrasi
  • 3,752
  • 1
  • 24
  • 19
  • I was thinking this but hoping it wouldn't be the answer. Kind of like when you open the fridge hoping you have enough milk left for a full bowl of cereal when you know full well that you only have enough for half. – zincorp Nov 15 '10 at 23:16
  • 1
    @zin - if you make your bowl half the size, then voila - a full bowl! – Mark Henderson Nov 16 '10 at 01:23
0

If you are using VMware Workstation for virtualisation, the only way to allocate RAM >4GB for a guest VM is to run a x64 Host.

You better use "true" virtualisation by installing Win 2k8 server and activating hyper-v or VMware ESX.

Bye.