Hi Hilco, Hilco Wijbenga wrote:
> Hi all, > > I have noticed that in a fairly large reactor build the build dies > close to the end (about 10 modules to go out of around 90). It simply > runs out of memory. Restarting it with -rf allows it to finish without > issues. There is a limit to how much memory I can give Maven... :-) > > So apparently, Maven does not release memory before continuing on with > the next module? Or would this be something that is specific to a > particular plugin (in my case, it's undoubtedly the GWT Maven plugin)? did you already try the new compiler plugin 2.4? It includes now https://jira.codehaus.org/browse/PLXCOMP-202. We already upgraded the new plexus-compiler dependency manually before and it had a dramatic (positive) effect on build times and memory consumption (our complete build has ~500 artifacts). Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
