[
http://jira.codehaus.org/browse/MGWT-173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
nicolas de loof closed MGWT-173.
--------------------------------
Resolution: Won't Fix
The extraJvmArgs default-value is "-Xmx512m", sot setting it to empty will
activate this default value.
Depending of what you mean with "short in memory":
- Not enough free mem on system - not setting Xmx will not change anything :
this is the MAX heap size of the forked JVM, not the initial/min size. You just
don't have enough memory to run both Maven & GWT SDK
- Not enough memory for GWT compiler : not setting Xmx will use the default
value that is lower, so this will not fix the issue. Configure extraJvmArgs
with Xmx adapted to your Compiler requirements
> Can't configure empty extraJvmArgs
> ----------------------------------
>
> Key: MGWT-173
> URL: http://jira.codehaus.org/browse/MGWT-173
> Project: Maven 2.x GWT Plugin
> Issue Type: Bug
> Affects Versions: 1.3
> Reporter: Johan Walles
> Priority: Minor
>
> I'm short on memory, so I have to fiddle a bit with the JVM args. Setting
> them to none at all (which is what I tried first) isn't possible.
> I added this to my configuration:
> <configuration>
> <module>edu.washington.cs.oneswarm.ui.gwt.OneSwarmGWT</module>
> <extraJvmArgs></extraJvmArgs>
> </configuration>
> However, when the build failed due to StackOverflowException, the printed
> command line still contained "-Xmx512m", despite me just having cleared the
> extraJvmArgs in the above config.
> As a workaround, I can do something like this:
> <configuration>
> <module>edu.washington.cs.oneswarm.ui.gwt.OneSwarmGWT</module>
> <extraJvmArgs>-showVersion</extraJvmArgs>
> </configuration>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email