diff --git a/Vagrantfile b/Vagrantfile index 9744d2cfe..6b18ea564 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -6,7 +6,7 @@ Vagrant.configure('2') do |config| config.vm.provider 'virtualbox' do |v| v.cpus = 2 - v.memory = 1280 + v.memory = 2048 if Vagrant::Util::Platform.windows? v.customize ["setextradata", :id, "VBoxInternal2/SharedFoldersEnableSymlinksCreate//vagrant", "1"] end