Skip to content

Commit

Permalink
Bump test memory up
Browse files Browse the repository at this point in the history
  • Loading branch information
rspieldenner committed Apr 19, 2016
1 parent 3cb630e commit 0c02c9e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ facets {
}
}

tasks.withType(Test) {
maxHeapSize = '512m'
jvmArgs '-XX:MaxPermSize=128m'
}

apply from: 'gradle/idea.gradle'
apply from: 'https://raw.githubusercontent.com/nebula-plugins/nebula-core/59c9e15f561372a8a72bbe13e4fbb114d0ef16f8/common.gradle'

Expand Down

0 comments on commit 0c02c9e

Please sign in to comment.