Skip to content

Commit

Permalink
Limiting CPUs to 1
Browse files Browse the repository at this point in the history
Limiting CPUs to 1 to avoid vt-x error with latest Vagrant/Virtualbox. See issue #13
  • Loading branch information
lookfwd committed Sep 8, 2016
1 parent e3e8d3b commit 3bd9529
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Vagrantfile.32
Expand Up @@ -24,5 +24,6 @@ Vagrant.configure("2") do |config|
config.vm.provider :virtualbox do |vb|
vb.name = "scrapy-vm-32"
vb.check_guest_additions = false
vb.cpus = 1
end
end

0 comments on commit 3bd9529

Please sign in to comment.