Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Jan 12, 2024
1 parent b0439f4 commit 82a7e3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ Vagrant.configure('2') do |config|
config.vm.box = 'ubuntu/jammy64'
config.vagrant.plugins = ['vagrant-vbguest']
config.vm.provider 'virtualbox' do |v|
v.memory = '1024'
v.cpus = '1'
v.memory = '2048'
v.cpus = '2'
end
config.vm.provision 'shell', inline: <<-SHELL
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit 82a7e3d

Please sign in to comment.