Skip to content

Commit

Permalink
Update Vagrantfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrofurtado authored Sep 5, 2024
1 parent 4330d91 commit eab0968
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 = '2048'
v.cpus = '2'
v.memory = '1024'
v.cpus = '1'
end
config.vm.provision 'shell', inline: <<-SHELL
export DEBIAN_FRONTEND=noninteractive
Expand Down

0 comments on commit eab0968

Please sign in to comment.