Browse Source

Add extra memory to virtual machine and add coverage report to gitignore.

pull/463/head
Adrian Brink 7 years ago
parent
commit
2bf8c40cff
2 changed files with 2 additions and 1 deletions
  1. +1
    -0
      .gitignore
  2. +1
    -1
      Vagrantfile

+ 1
- 0
.gitignore View File

@ -14,3 +14,4 @@ vendor
test/p2p/data/
test/logs
.glide
coverage.txt

+ 1
- 1
Vagrantfile View File

@ -5,7 +5,7 @@ Vagrant.configure("2") do |config|
config.vm.box = "ubuntu/trusty64"
config.vm.provider "virtualbox" do |v|
v.memory = 3072
v.memory = 4096
v.cpus = 2
end


Loading…
Cancel
Save