فهرست منبع

vagrant: more memory for openindiana64

maybe this speeds up the VM a bit.
Thomas Waldmann 3 سال پیش
والد
کامیت
6152f86d74
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Vagrantfile

+ 1 - 1
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