Skip to content

Commit

Permalink
chore: increase vb resources (#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
geyslan committed Jan 31, 2024
1 parent e3c4b82 commit 984acaf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ when Vagrant::Util::Platform.linux?
"Linux"
when Vagrant::Util::Platform.darwin?
"Darwin"
else
else
puts "ERROR: Host OS is not supported."
abort
end
Expand Down Expand Up @@ -41,8 +41,8 @@ Vagrant.configure("2") do |config|
when "Linux"
config.vm.provider "virtualbox" do |vb|
vb.name = vm_name
vb.cpus = "4"
vb.memory = "2048"
vb.cpus = "8"
vb.memory = "4096"
vb.gui = false
end
when "Darwin"
Expand Down Expand Up @@ -144,7 +144,7 @@ Vagrant.configure("2") do |config|
#
# docker
#
apt-get install --yes docker.io
usermod -aG docker vagrant
Expand Down

0 comments on commit 984acaf

Please sign in to comment.