mirror of https://github.com/BOINC/boinc.git
Hyper-V can run the Android emulator
The 2GB is really small to run the Android emulator, with 4GB the VM was much responsive.
This commit is contained in:
parent
6c1cd547a7
commit
7cf538cf54
|
@ -79,7 +79,7 @@ Vagrant.configure("2") do |config|
|
|||
hv.cpus = 2
|
||||
|
||||
# Customize the amount of memory on the VM:
|
||||
hv.memory = "2048"
|
||||
hv.memory = "4096"
|
||||
|
||||
# Enable virtualization extensions for the virtual CPUs.
|
||||
hv.enable_virtualization_extensions = true
|
||||
|
|
Loading…
Reference in New Issue