Comment 5 for bug 545975

Revision history for this message
Fabrice Coutadeur (fabricesp) wrote :

Hi,

I've been able to build it by reducing the max memory allocated to Java to 521 instead of 1024:
override_dh_auto_build:
        ANT_OPTS="-Xmx512M -Xss64M" ant -f debian/simpbuild.xml build docs dist

I read somewhere that fork sometime tries to allocate the same amount of memory than used in the JVM.

Could you actually check that you can still build it with 512M?

Thanks,
Fabrice