Skip to content

Commit

Permalink
Reduce VM memory to 512MB
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Dec 31, 2023
1 parent 6c8dae0 commit 0caffb1
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 @@ -4,7 +4,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
config.vm.box = 'bento/ubuntu-22.10'
config.vm.boot_timeout = 600 # seconds
config.vm.provider 'virtualbox' do |vb|
vb.memory = 1024
vb.memory = 512
vb.cpus = 1
end
config.ssh.insert_key = false
Expand Down

0 comments on commit 0caffb1

Please sign in to comment.