mirror of
https://github.com/tendermint/tendermint.git
synced 2026-08-15 11:46:11 +00:00
increase memory quota for Vagrant users
`make test_integrations` requires > 2Gi of memory
This commit is contained in:
Vendored
+1
-1
@@ -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