I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread John Miller
I need some help with a maven-pmd-plugin OutOfMemoryError: Java heap space error. I narrowed it down to maven-pmd-plugin running inside Hudson. I am running with these java settings JAVA_OPTS=-Xmn1024m -Xms2048m -Xmx2048m -XX:PermSize=512m So I should have plenty of room.. I also ran it from

Re: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread Olivier Lamy
same issue with 2.7.1 release ? There is an issue with 3.0 which duplicate pmd errors (maybe you have too much errors :-) ). This issue is fixed in trunk (so you can try 3.1-SNAPSHOT) 2013/2/22 John Miller john.w.mil...@oracle.com: I need some help with a maven-pmd-plugin OutOfMemoryError: Java

RE: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread John Miller
] Sent: Friday, February 22, 2013 9:18 AM To: Maven Users List Subject: Re: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error. same issue with 2.7.1 release ? There is an issue with 3.0 which duplicate pmd errors (maybe you have too much errors :-) ). This issue is fixed

Re: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread Olivier Lamy
Subject: Re: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error. same issue with 2.7.1 release ? There is an issue with 3.0 which duplicate pmd errors (maybe you have too much errors :-) ). This issue is fixed in trunk (so you can try 3.1-SNAPSHOT) 2013/2/22 John

RE: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread John Miller
] Sent: Friday, February 22, 2013 9:18 AM To: Maven Users List Subject: Re: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error. same issue with 2.7.1 release ? There is an issue with 3.0 which duplicate pmd errors (maybe you have too much errors :-) ). This issue

RE: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error.

2013-02-22 Thread John Miller
My bad.. thanks for the guidance.. -Original Message- From: John Miller Sent: Friday, February 22, 2013 9:46 AM To: Maven Users List Subject: RE: I need help with a maven-pmd-plugin OutOfMemoryError: Java heap space Error. OK that is weird.. that child project does not have a entry