Browse Source

Merge pull request #5915 from ThomasWaldmann/vagrant-updates3

more vagrant updates
TW 3 years ago
parent
commit
051b0bd2f6
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Vagrantfile
  2. 1 1
      requirements.d/development.lock.txt

+ 1 - 1
Vagrantfile

@@ -482,7 +482,7 @@ Vagrant.configure(2) do |config|
   config.vm.define "openindiana64" do |b|
   config.vm.define "openindiana64" do |b|
     b.vm.box = "openindiana"
     b.vm.box = "openindiana"
     b.vm.provider :virtualbox do |v|
     b.vm.provider :virtualbox do |v|
-      v.memory = 1536 + $wmem
+      v.memory = 3072 + $wmem
     end
     end
     b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
     b.vm.provision "fs init", :type => :shell, :inline => fs_init("vagrant")
     b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana
     b.vm.provision "packages openindiana", :type => :shell, :inline => packages_openindiana

+ 1 - 1
requirements.d/development.lock.txt

@@ -9,5 +9,5 @@ pytest==6.1.1
 pytest-xdist==2.1.0
 pytest-xdist==2.1.0
 pytest-cov==2.10.1
 pytest-cov==2.10.1
 pytest-benchmark==3.2.3
 pytest-benchmark==3.2.3
-Cython==0.29.21
+Cython==0.29.23
 twine==1.15.0
 twine==1.15.0