From 7cf538cf544d95d1167cf42f5e39613d055ab058 Mon Sep 17 00:00:00 2001 From: Adam Radocz Date: Sun, 25 Nov 2018 14:21:47 +0100 Subject: [PATCH] Hyper-V can run the Android emulator The 2GB is really small to run the Android emulator, with 4GB the VM was much responsive. --- android/Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/Vagrantfile b/android/Vagrantfile index 007b6f8929..3fec3e06ed 100644 --- a/android/Vagrantfile +++ b/android/Vagrantfile @@ -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