mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-05 04:55:18 +00:00
increase memory quota for Vagrant users
`make test_integrations` requires > 2Gi of memory
This commit is contained in:
2
Vagrantfile
vendored
2
Vagrantfile
vendored
@@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
|
||||
config.vm.box = "ubuntu/trusty64"
|
||||
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.memory = 2048
|
||||
v.memory = 3072
|
||||
v.cpus = 2
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user