Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipselink-dev] patch for bug 243365 - Forked Java VM exited abnormally when running SDOXMLHelperLoadAndSaveTestSuite

The patch has been checked in the trunk.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=243365
 
Change Summary:
- Changed trunk/sdo/eclipselink.sdo.test/build.xml to add the following line in <junit> task within <run_sdo_tests> macrodef:
<jvmarg value="-XX:MaxPermSize=256m"/>
 
Code Reviewed by: Matt Macivor
 

Back to the top