Merge pull request #1606 from hashicorp/f-vbox

Bumps up vbox resources for better unit test performance.
This commit is contained in:
James Phillips 2016-01-14 10:16:42 -08:00
commit 20847cfc49
1 changed files with 5 additions and 0 deletions

5
Vagrantfile vendored
View File

@ -57,6 +57,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
end
end
config.vm.provider "virtualbox" do |v|
v.memory = 2048
v.cpus = 2
end
config.vm.define '64bit' do |n1|
n1.vm.box = 'hashicorp/precise64'
end