Re: Maven multi-module site

2014-02-05 Thread Stuart McCulloch
On 5 Feb 2014, at 13:23, Melvyn de Kort wrote: > Our maximum heap size is already 4G, can't increase that any more I'm > afraid. It could be running out of PermGen space, which is controlled by a different setting: MAVEN_OPTS="-XX:MaxPermSize=256m" > Regards, > > Melvyn de Kort > >

Re: Maven multi-module site

2014-02-05 Thread Melvyn de Kort
Our maximum heap size is already 4G, can't increase that any more I'm afraid. Regards, Melvyn de Kort On Wed, Feb 5, 2014 at 2:18 PM, Ron Wheeler wrote: > On 05/02/2014 4:22 AM, Melvyn de Kort wrote: > >> Hi all, >> >> We have a large multi-module project with over 90 submodules. >> When we ru

Re: Maven multi-module site

2014-02-05 Thread Ron Wheeler
On 05/02/2014 4:22 AM, Melvyn de Kort wrote: Hi all, We have a large multi-module project with over 90 submodules. When we run a mvn site-deploy command, the build will run out of memory. This used to work, but I guess we reached a threshold. Our idea is to split the site command in groups of m

Maven multi-module site

2014-02-05 Thread Melvyn de Kort
Hi all, We have a large multi-module project with over 90 submodules. When we run a mvn site-deploy command, the build will run out of memory. This used to work, but I guess we reached a threshold. Our idea is to split the site command in groups of modules, or maybe build every module separately.