Skip to content

Commit

Permalink
MONDRIAN: oops, didn't mean to change JUnit heap size in
Browse files Browse the repository at this point in the history
eigenchange 10443; revert it to 256MB for now

[git-p4: depot-paths = "//open/mondrian/": change = 10445]
  • Loading branch information
jsichi committed Jan 17, 2008
1 parent 91604fd commit b977000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -201,7 +201,7 @@ demo/access/MondrianFoodMart.mdb"/>
<property name="mondrian.test.Name" value=""/>

<!-- Arguments to the java process spawned by the junit task. -->
<property name="junit.jvmargs" value="-ea -esa -Xms1024m -Xmx1024m"/>
<property name="junit.jvmargs" value="-ea -esa -Xmx256m"/>

<target name="help">
<echo>
Expand Down

0 comments on commit b977000

Please sign in to comment.