Skip to content

Commit

Permalink
Vagrant: increase memory from 2GB to 16GB
Browse files Browse the repository at this point in the history
... needed for build to complete
  • Loading branch information
peterbarker committed Jan 27, 2025
1 parent 43f2eda commit d0dfa53
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 @@ -30,7 +30,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
focal.vm.provision "shell", path: "./scripts/initvagrant.sh"
focal.vm.provider "virtualbox" do |vb|
vb.customize ["modifyvm", :id, "--memory", "2048"]
vb.customize ["modifyvm", :id, "--memory", "16384"]
end
end
end

0 comments on commit d0dfa53

Please sign in to comment.