diff --git a/systems/Vagrantfile b/systems/Vagrantfile index 4e9d0e4..5301ee2 100644 --- a/systems/Vagrantfile +++ b/systems/Vagrantfile @@ -143,6 +143,11 @@ Vagrant.configure("2") do |config| target3.vm.synced_folder ".", "/vagrant" + target3.vm.provider "virtualbox" do |v| + v.memory = 2048 + v.cpus = 4 + end + # Disable automatic box update checking. If you disable this, then # boxes will only be checked for updates when the user runs