Skip to content

Commit

Permalink
Updated vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
mfoll committed Sep 8, 2015
1 parent 4e237b8 commit 15e98d7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,9 @@ Vagrant.configure(2) do |config|

config.vm.box = "ubuntu/trusty64"

# config.vm.synced_folder "../data", "/vagrant_data"

config.vm.provider "virtualbox" do |vb|
vb.memory = "8192"
vb.cpus = 4
vb.memory = "4096"
vb.cpus = 2
end

config.vm.provision "shell", inline: <<-SHELL
Expand Down

0 comments on commit 15e98d7

Please sign in to comment.