mirror of https://github.com/status-im/consul.git
Merge pull request #1606 from hashicorp/f-vbox
Bumps up vbox resources for better unit test performance.
This commit is contained in:
commit
20847cfc49
|
@ -57,6 +57,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
config.vm.provider "virtualbox" do |v|
|
||||||
|
v.memory = 2048
|
||||||
|
v.cpus = 2
|
||||||
|
end
|
||||||
|
|
||||||
config.vm.define '64bit' do |n1|
|
config.vm.define '64bit' do |n1|
|
||||||
n1.vm.box = 'hashicorp/precise64'
|
n1.vm.box = 'hashicorp/precise64'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue