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
>
>
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
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
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.