mirror of
https://github.com/borgbackup/borg.git
synced 2026-06-10 17:32:13 -04:00
vagrant: macos: give more memory
sometimes the VM just got stuck (usually when building/testing openssl 3), maybe more RAM helps?
This commit is contained in:
parent
136e9cbdc4
commit
58f8554b6d
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
|
@ -411,7 +411,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']
|
||||
|
|
|
|||
Loading…
Reference in a new issue