From 3dc4e14c156572d75cb52c82cb9a094beb6a1753 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Wed, 4 Oct 2023 19:59:09 +0200 Subject: [PATCH] Bump Vagrant specs --- Vagrantfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 6a5b7ea..9a43d03 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -13,8 +13,8 @@ Vagrant.configure(2) do |config| config.vm.hostname = "datacoop" config.vm.provider :virtualbox do |v| - v.cpus = 4 - v.memory = 8192 + v.cpus = 8 + v.memory = 16384 end config.vm.provision :ansible do |ansible|