summaryrefslogtreecommitdiffstats
path: root/Vagrantfile
diff options
context:
space:
mode:
authorThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:50:23 +0100
committerThomas Waldmann <tw@waldmann-edv.de>2022-01-22 17:50:23 +0100
commit6152f86d7445b459f79d8bc8a87a8fb1dd9b6202 (patch)
tree84255adb2b73ffc1d79c4eb573df401bce635071 /Vagrantfile
parent7585e3843c96089b74a9af998ab34032a510cc77 (diff)
vagrant: more memory for openindiana64
maybe this speeds up the VM a bit.
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 1bddba10a..13d2d9775 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -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