Skip to content

Commit

Permalink
Updating to argline to use 1G as max memory
Browse files Browse the repository at this point in the history
  • Loading branch information
blackrock-engineering authored Apr 11, 2017
1 parent bc0ae3a commit 1af1314
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,7 @@
<reportsDirectory>${project.build.directory}/surefire-reports</reportsDirectory>
<junitxml>.</junitxml>
<filereports>WDF TestSuite.txt</filereports>
<argLine>${argLine} -XX:MaxPermSize=1g</argLine>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 1af1314

Please sign in to comment.