thanks thomas.
the ``<gen>`` option is set::
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>gwt-maven-plugin</artifactId>
<version>${org.codehaus.mojo.gwt-maven-plugin.version}</
version>
<!-- at this point there are no modules to configure. all
real modules
are configured in subprojects. -->
<configuration>
<!--
http://stackoverflow.com/questions/88235/how-to-deal-with-java-lang-outofmemoryerror-permgen-space-
error
-->
<extraJvmArgs>-Xmx2048m -XX:MaxPermSize=1024m -
Xss4096k -XX:+CMSClassUnloadingEnabled</extraJvmArgs>
<strict>true</strict>
<logLevel>${com.google.gwt.logLevel}</logLevel>
<style>OBF</style>
<mode>htmlunit</mode>
<testFailureIgnore>false</testFailureIgnore>
<testTimeOut>120</testTimeOut>
<generateDirectory>${root.basedir}/vz-gwt-main/target/
generated-sources/gwt</generateDirectory>
<gen>${root.basedir}/vz-gwt-main/target/.generated</
gen>
i will try ``<timeout>`` but i'm pretty sure there will be no
success.
the point is: on a 4-core buildbot with identical os installed and
identical build settings, the same project succeeds building. its
always during the permutations where a 16-core machine fails.
we tried this with a virtualized centos a few weeks ago, now we just
tried a real production hp g6 machine with rhel 6.1 installed. the
environment was deployed via jenkins.
andi
On Jan 19, 5:27 pm, Thomas Broyer <[email protected]> wrote:
> Have you tried setting
> <timeOut>?http://mojo.codehaus.org/gwt-maven-plugin/compile-mojo.html#timeOut
>
> Also, one issue with the gwt-maven-plugin is that it always pass the -gen
> to the GWT Compiler (the <gen> in the POM), which can make extensive use of
> disk I/O (particularly when using UiBinder, RPC/RequestFactory, the Editor
> framework, ClientBundle, I18N, GIN, etc.), so you'll want that directory to
> be on a fast disk.
> There's no way of disabling this (yet! patches welcome)
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.