> java.lang.OutOfMemoryError: Java heap space > at java.util.Arrays.copyOf(Arrays.java:2882) > at > java.lang.AbstractStringBuilder.expandCapacity(AbstractStringBuilder.java:100)
What about this makes you think checkstyle is to blame? > <artifactId>maven-checkstyle-plugin</artifactId> > <argLine>-Xmx512m -Xms128m</argLine> Did you try bumping those numbers higher, say 768m or 1024m? Have you tried configuring things via MAVEN_OPTS? I know you want a solution that "works everywhere", but until you solve it on your PC, there's little point in worrying about the others, right? Wayne --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
