diff --git a/Vagrantfile b/Vagrantfile index 28a7635..099da9e 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -4,8 +4,8 @@ Vagrant.configure("2") do |config| config.vm.provision :shell, path: "https://git.halis.io/athens-school/ISO-repository/raw/branch/master/quick-installer.sh", run: "once" config.vm.provider "virtualbox" do |v| - v.memory = 1024 - v.cpus = 1 + v.memory = 2048 + v.cpus = 2 end boxes = [