Reduce vagran ram

This commit is contained in:
Felix Mino 2021-05-12 12:04:35 -05:00
parent 3d00503dc8
commit d2a0aed9cc

2
example/Vagrantfile vendored
View File

@ -1,7 +1,7 @@
Vagrant.configure("2") do |config|
config.vm.box = "debian/buster64"
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.memory = 1024
v.cpus = 2
end