Ramin Moazeni wrote:
Hi,
I am getting out of memory exception when running suites.All.
Is this a know issue?
Please advise...
Thanks,
Ramin
[EMAIL PROTECTED] suites]$ java junit.textui.TestRunner
org.apache.derbyTesting.functionTests.suites.All
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
.........................................
..............F...java.sql.SQLException: Java exception: ':
java.lang.OutOfMemoryError'.
F........................
.E.EEEE.E.E.E.E.E.E.E.E.E.E.E.E.E.E.E.EEEEEEEEEEEEEEEEEEEEException in
thread "main" java.lang.OutOfMemoryError
[EMAIL PROTECTED] suites]$ echo $CLASSPATH
/home/rm145956/opensource/derby/trunk/classes:/home/rm145956/opensource/derby/trunk/tools/java/junit.jar:/home/rm145956/opensource/derby/trunk/tools/java/jakarta-oro-2.0.8.jar::/usr/java/j2sdk1.4.2_14/:/usr/java/j2sdk1.4.2_14//lib
I have not seen this myself but others have. See conversation in
https://issues.apache.org/jira/browse/DERBY-2344
Can you increase your default java heap to workaround the issue?
Kathey