Skip to content

Commit

Permalink
vagrant: macos: give more memory
Browse files Browse the repository at this point in the history
sometimes the VM just got stuck (usually when building/testing openssl 3),
maybe more RAM helps?
  • Loading branch information
ThomasWaldmann committed Oct 2, 2024
1 parent f7d0cbe commit 0aed3cc
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 @@ -395,7 +395,7 @@ Vagrant.configure(2) do |config|
config.vm.define "macos1012" do |b|
b.vm.box = "macos-sierra"
b.vm.provider :virtualbox do |v|
v.memory = 4096 + $wmem
v.memory = 8192 + $wmem
v.customize ['modifyvm', :id, '--ostype', 'MacOS_64']
v.customize ['modifyvm', :id, '--paravirtprovider', 'default']
v.customize ['modifyvm', :id, '--nested-hw-virt', 'on']
Expand Down

0 comments on commit 0aed3cc

Please sign in to comment.