From df4e4bf56bddac2b07ca9866303a0f993d837144 Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Tue, 12 Oct 2021 15:07:36 +0200 Subject: [PATCH] Extending vagrant file - machine upgrade --- systems/Vagrantfile | 5 +++++ 1 file changed, 5 insertions(+) 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