Note that this question is mostly so others can find this information.

I ran into a problem recently with my Fedora-14 virtual machine running on a Windows-7 host with VirtualBox.

VirtualBox could not start the Fedora virtual machine, but it could start a Ubuntu virtual server machine that was configured for 512 MB of RAM. The Fedora-14 machine was configured for 2 GB of RAM.

The Fedora-14 machine had been working a week ago. What had I recently changed...?

Answer to follow.

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

I had recently changed the HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\LanmanServer\Parameters\Size registry key to 3. I did this to stop errors happening when I transferred virtual machine images over gigabit Ethernet.

This parameter allocates more system memory to the Server service which handles serving file-sharing connections.

The 3 value is for best file-sharing service. The default value for Windows-7 is 1. Setting this parameter to 2 instead of 3 solved my problem with VirtualBox not being able to get 2 GB of RAM for the Fedora-14 machine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.