Skip to content

Commit

Permalink
Increase memory in vagrant
Browse files Browse the repository at this point in the history
  • Loading branch information
Zharktas committed Sep 28, 2017
1 parent fd78c44 commit a443bf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a443bf0

Please sign in to comment.