vagrant: more memory for openindiana64

maybe this speeds up the VM a bit.
This commit is contained in:
Thomas Waldmann 2022-01-22 17:50:23 +01:00
parent 7585e3843c
commit 6152f86d74
1 changed files with 1 additions and 1 deletions

2
Vagrantfile vendored
View File

@ -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