Glam Prestige Journal

Bright entertainment trends with youth appeal.

I have already booted up an OS but find it too slow to work on. Is there a way to increase the RAM which was allocated to it initially?

3 Answers

Pretty easy to do.

  1. Power down the VM (the guest has to be off, not just not running but with a saved state).
  2. Discard 'Saved State'
  3. Open the VM's settings.
  4. Open the System tab.
  5. Change the "Base memory" value to however much RAM you want.

Remember, the VM will reserve all the RAM you allocate to it on your host, so make sure you have enough spare RAM. Most modern OSes will deal with the amount of RAM changing just fine, but you may still run in to trouble, so make a snapshot first.

3

In addition to Dennis M, to change Vm machine memory settings via command line, I used :

vboxmanage modifyvm "Centos7_Vanila" --memory 1000
  • Where "Centos7_Vanila" is my VM name.
  • To Get your imported / listed VMs run following command :

    vboxmanage list vms
1

There is a fast way in terminal, I named the virtual machine "Android 8.1 Oreo", so just modify that on the following command:

vboxmanage modifyvm "Android 8.1 Oreo" --vram 256

I had a maximum of 128.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy