refactor(lab): Double slim resource configuration

This commit is contained in:
Tanguy Herbron 2024-01-14 01:35:24 +01:00
parent 4a74a1a747
commit d504371cc5

4
Vagrantfile vendored
View File

@ -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 = [