You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Wayne Fay <wa...@gmail.com> on 2009/03/16 19:29:35 UTC

Re: Proguard plugin error! Help!

>  I have an issue when I'm proguarding.  Maven seems to run out of memory.
> I tried increasing the memory by doing this :
> setenv MAVEN_OPTS=-Xmx512M -XX:MaxPermSize=512M

Does this plugin execute in-process or out of process? That's the
first question to answer.

If in-process, then the MAVEN_OPTS should help resolve it. Try bumping
that to a gb or more.

If its out of process, then MAVEN_OPTS will do nothing. Some plugins
allow you to configure memory usage in the plugin. If the Proguard
plugin runs out of process and does not allow you to configure memory
usage, you might want to file as request to have it added.

Wayne

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org