Skip to content

Commit

Permalink
Merge pull request #126 from tomjenkinson/JBTM-1298
Browse files Browse the repository at this point in the history
JBTM-1298 gut feel is that this is because the vm was trying to get 800m...
  • Loading branch information
tomjenkinson committed Oct 24, 2012
2 parents f7aa7f5 + d245ee1 commit e08c0ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArjunaJTS/integration/pom.xml
Expand Up @@ -68,7 +68,7 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<argLine>-Xms800m -Xmx800m</argLine>
<argLine>-Xms400m -Xmx400m</argLine>
<useManifestOnlyJar>false</useManifestOnlyJar>
</configuration>
</plugin>
Expand Down

0 comments on commit e08c0ec

Please sign in to comment.