Skip to content

Commit

Permalink
chore: set MaxPermSize
Browse files Browse the repository at this point in the history
  • Loading branch information
tschulte committed Jun 16, 2017
1 parent 98a670f commit d59bf9e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ allprojects {

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

Expand Down

0 comments on commit d59bf9e

Please sign in to comment.