Skip to content

Commit

Permalink
Increase default heap size to 1G.
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentg committed Feb 11, 2015
1 parent 1501cf7 commit 6b38980
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,5 @@ jar {
attributes 'Implementation-Version': version
}
}

applicationDefaultJvmArgs = [ "-Xmx1G" ]

0 comments on commit 6b38980

Please sign in to comment.