Skip to content

Commit

Permalink
MONDRIAN: upgrade Derby to 10.2.2.0, and bump JVM heap to 128M;
Browse files Browse the repository at this point in the history
also requires upgrading stored version of Derby foodmart,
so don't sync down a slow line

[git-p4: depot-paths = "//open/mondrian/": change = 8762]
  • Loading branch information
jsichi committed Feb 22, 2007
1 parent 3004bc8 commit d3b23f1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -176,7 +176,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"/>
<property name="junit.jvmargs" value="-ea -esa -Xmx128m"/>

<target name="help">
<echo>
Expand Down
Binary file modified demo/derby/derby-foodmart.zip
Binary file not shown.
Binary file modified testlib/derby.jar
Binary file not shown.

0 comments on commit d3b23f1

Please sign in to comment.