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:
Adam Radocz 2018-11-25 14:21:47 +01:00 committed by GitHub
parent 6c1cd547a7
commit 7cf538cf54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

2
android/Vagrantfile vendored
View File

@ -79,7 +79,7 @@ Vagrant.configure("2") do |config|
hv.cpus = 2 hv.cpus = 2
# Customize the amount of memory on the VM: # Customize the amount of memory on the VM:
hv.memory = "2048" hv.memory = "4096"
# Enable virtualization extensions for the virtual CPUs. # Enable virtualization extensions for the virtual CPUs.
hv.enable_virtualization_extensions = true hv.enable_virtualization_extensions = true