vagrant: adapt memory for openindiana64

use same amount as in master branch.
This commit is contained in:
Thomas Waldmann 2022-01-22 17:50:23 +01:00
parent c115581098
commit d0fd7d0824

2
Vagrantfile vendored
View file

@ -492,7 +492,7 @@ Vagrant.configure(2) do |config|
config.vm.define "openindiana64" do |b|
b.vm.box = "openindiana"
b.vm.provider :virtualbox do |v|
v.memory = 3072 + $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