Hi,

> When running the checkstyle plugin I get out of memory errors:
> 
> ---
> Embedded error: Error rendering Maven report: Exit code: 1 - c:\home\roge
> se6\presence-util\src\main\java\com\presence\util\PtUtils.java:6: warning
>  Sun proprietary API and may be removed in a future release
> import sun.misc.BASE64Encoder;
>                ^
> javadoc: error - java.lang.OutOfMemoryError: Please increase memory.
> For example, on the Sun Classic or HotSpot VMs, add the option -J-Xmx
> such as -J-Xmx32m.

I'd suggest you set MAVEN_OPTS and put the parameters for the Java min/max heap 
size into it, i.e. MAVEN_OPTS="-Xmx256m"


HTH

Thorsten

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to