From a443bf0ce896449744f2689503a263bc178466de Mon Sep 17 00:00:00 2001 From: Jari Voutilainen Date: Thu, 28 Sep 2017 09:40:27 +0300 Subject: [PATCH] Increase memory in vagrant --- Vagrantfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index e78d601f5b..f9d8b22d1a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -34,7 +34,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| end ytp.vm.provider "virtualbox" do |vbox| - vbox.memory = 1536 + vbox.memory = 3000 end end