You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openjpa.apache.org by Michael Dick <mi...@apache.org> on 2010/11/23 22:17:53 UTC

Re: svn commit: r1038342 - /openjpa/trunk/pom.xml

I'm still seeing fairly consistent OOM errors. Heapdump analysis lead me to
this issue: http://jira.codehaus.org/browse/SUREFIRE-647. A few sniff tests
with surefire 2.5 didn't show the OOM exception but I need a larger sample
set to say the OOM problem has been resolved.

If this causes other problems we'll go back to 2.6, but in a few quick test
runs this seems to have helped with memory use.

-mike

On Tue, Nov 23, 2010 at 3:00 PM, <mi...@apache.org> wrote:

> Author: mikedd
> Date: Tue Nov 23 21:00:29 2010
> New Revision: 1038342
>
> URL: http://svn.apache.org/viewvc?rev=1038342&view=rev
> Log:
> Revert to version 2.5 of the surefire plugin - seems to improve memory use
>
> Modified:
>    openjpa/trunk/pom.xml
>
> Modified: openjpa/trunk/pom.xml
> URL:
> http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1038342&r1=1038341&r2=1038342&view=diff
>
> ==============================================================================
> --- openjpa/trunk/pom.xml (original)
> +++ openjpa/trunk/pom.xml Tue Nov 23 21:00:29 2010
> @@ -616,7 +616,7 @@
>                 <plugin>
>                     <groupId>org.apache.maven.plugins</groupId>
>                     <artifactId>maven-surefire-plugin</artifactId>
> -                    <version>2.6</version>
> +                    <version>2.5</version>
>                     <configuration>
>                         <argLine>${surefire.jvm.args}</argLine>
>                         <useFile>false</useFile>
>
>
>

Re: svn commit: r1038342 - /openjpa/trunk/pom.xml

Posted by Michael Dick <mi...@gmail.com>.
Glad to know it's working for people. It might be worth looking into the
heapdumps, and opening a bug with surefire - but I haven't had the chance to
do that yet.

If anyone's interested, or has experience going through heapdumps let me
know. It'd be pretty simple to revert the change run a build and get a
heapdump.

-mike

On Tue, Dec 7, 2010 at 4:13 PM, Pinaki Poddar <pp...@apache.org> wrote:

>
> Mike,
>  This is great news. I was so stuck with this OOM to build OpenJPA -- I had
> to switch to good old Ant build (which took 29 seconds which was helpful
> when I am tweaking frequently).
>
> -----
> Pinaki
> --
> View this message in context:
> http://openjpa.208410.n2.nabble.com/Re-svn-commit-r1038342-openjpa-trunk-pom-xml-tp5768412p5813440.html
> Sent from the OpenJPA Developers mailing list archive at Nabble.com.
>

Re: svn commit: r1038342 - /openjpa/trunk/pom.xml

Posted by Pinaki Poddar <pp...@apache.org>.
Mike,
  This is great news. I was so stuck with this OOM to build OpenJPA -- I had
to switch to good old Ant build (which took 29 seconds which was helpful
when I am tweaking frequently). 

-----
Pinaki 
-- 
View this message in context: http://openjpa.208410.n2.nabble.com/Re-svn-commit-r1038342-openjpa-trunk-pom-xml-tp5768412p5813440.html
Sent from the OpenJPA Developers mailing list archive at Nabble.com.

Re: svn commit: r1038342 - /openjpa/trunk/pom.xml

Posted by Donald Woods <dw...@apache.org>.
Cool.  Thanks for tracking this down.

-Donald


On 11/23/10 4:17 PM, Michael Dick wrote:
> I'm still seeing fairly consistent OOM errors. Heapdump analysis lead me to
> this issue: http://jira.codehaus.org/browse/SUREFIRE-647. A few sniff tests
> with surefire 2.5 didn't show the OOM exception but I need a larger sample
> set to say the OOM problem has been resolved.
> 
> If this causes other problems we'll go back to 2.6, but in a few quick test
> runs this seems to have helped with memory use.
> 
> -mike
> 
> On Tue, Nov 23, 2010 at 3:00 PM, <mi...@apache.org> wrote:
> 
>> Author: mikedd
>> Date: Tue Nov 23 21:00:29 2010
>> New Revision: 1038342
>>
>> URL: http://svn.apache.org/viewvc?rev=1038342&view=rev
>> Log:
>> Revert to version 2.5 of the surefire plugin - seems to improve memory use
>>
>> Modified:
>>    openjpa/trunk/pom.xml
>>
>> Modified: openjpa/trunk/pom.xml
>> URL:
>> http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?rev=1038342&r1=1038341&r2=1038342&view=diff
>>
>> ==============================================================================
>> --- openjpa/trunk/pom.xml (original)
>> +++ openjpa/trunk/pom.xml Tue Nov 23 21:00:29 2010
>> @@ -616,7 +616,7 @@
>>                 <plugin>
>>                     <groupId>org.apache.maven.plugins</groupId>
>>                     <artifactId>maven-surefire-plugin</artifactId>
>> -                    <version>2.6</version>
>> +                    <version>2.5</version>
>>                     <configuration>
>>                         <argLine>${surefire.jvm.args}</argLine>
>>                         <useFile>false</useFile>
>>
>>
>>
>