diff --git a/Vagrantfile b/Vagrantfile index 1e4e386..328cd15 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -15,6 +15,6 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| config.vm.network :private_network, ip: '192.168.50.4' config.vm.post_up_message = POST_UP_MESSAGE config.vm.provider :virtualbox do |v| - v.memory = 1024 + v.memory = 2048 end end