Skip to content

Commit

Permalink
Memory for unit tests is 3G.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.finmath.net/finmath%20lib/trunk@841 48fcbb9e-5639-0410-8b25-842128a4905d
  • Loading branch information
cfries committed Feb 9, 2014
1 parent 95b111d commit 421ee4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -46,7 +46,7 @@
<mkdir dir="${reports.tests}" />
<junit printsummary="true" failureproperty="junit.failure">
<jvmarg value="-XX:-UseSplitVerifier"/>
<jvmarg value="-Xmx2G"/>
<jvmarg value="-Xmx3G"/>
<classpath>
<fileset dir="lib">
<include name="**/*.jar" />
Expand Down

0 comments on commit 421ee4b

Please sign in to comment.