Browse Source
increase memory quota for Vagrant users
`make test_integrations` requires > 2Gi of memory
pull/402/head
Anton Kaliaev
8 years ago
No known key found for this signature in database
GPG Key ID: 7B6881D965918214
1 changed files with
1 additions and
1 deletions
-
Vagrantfile
|
|
@ -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 |
|
|
|
|
|
|
|