[Vagrantfile] set resources for the provider 'parallels' (#7659)

pull/7653/head
Christoph Blecker 10 years ago committed by Paul Stack
parent f7da261294
commit 31297f1c9b

5
Vagrantfile vendored

@ -60,4 +60,9 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.memory = 4096
v.cpus = 2
end
config.vm.provider "parallels" do |prl|
prl.memory = 4096
prl.cpus = 2
end
end

Loading…
Cancel
Save