Skip to content

Commit

Permalink
Try fewer forks for TravisCI
Browse files Browse the repository at this point in the history
  • Loading branch information
CalebFenton committed Aug 5, 2016
1 parent 364c974 commit 3e85eb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ Some other examples of dead code:
* unreferenced assignments - assigning registers and not using them
* unreached / unreachable instructions - `if (false) { dead_code(); }`

# Further Reading

* [Dalvik Virtual Execution with SmaliVM](http://calebfenton.github.io/2016/04/30/dalvik-virtual-execution-with-smalivm/)

# License

This tool is available under a dual license: a commercial one suitable for closed source projects and a GPL license that can be used in open source software.
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ subprojects {
maxParallelForks = 2
minHeapSize = '256m'
maxHeapSize = '1500m'
forkEvery = 20
forkEvery = 10
}

// This is just to show off API usage. No tests needed.
Expand Down

0 comments on commit 3e85eb3

Please sign in to comment.