This website works better with JavaScript.
Home
Help
Sign In
zolfa
/
tendermint
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
221
Wiki
Activity
Browse Source
Add extra memory to virtual machine and add coverage report to gitignore.
pull/463/head
Adrian Brink
8 years ago
parent
0be3480729
commit
2bf8c40cff
2 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
.gitignore
+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
Write
Preview
Loading…
Cancel
Save