mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-21 13:47:16 +00:00
vagrant: more memory for openindiana64
maybe this speeds up the VM a bit.
This commit is contained in:
parent
7585e3843c
commit
6152f86d74
1 changed files with 1 additions and 1 deletions
2
Vagrantfile
vendored
2
Vagrantfile
vendored
|
@ -395,7 +395,7 @@ Vagrant.configure(2) do |config|
|
|||
config.vm.define "openindiana64" do |b|
|
||||
b.vm.box = "openindiana"
|
||||
b.vm.provider :virtualbox do |v|
|
||||
v.memory = 1536 + $wmem
|
||||
v.memory = 2048 + $wmem
|
||||
end
|
||||
b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
|
||||
b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana
|
||||
|
|
Loading…
Reference in a new issue