[Bug 829] CACAO javadoc: error - java.lang.OutOfMemoryError: Please increase memory. during docs while using CACAO for self-hosting purposes.

bugzilla-daemon at icedtea.classpath.org bugzilla-daemon at icedtea.classpath.org
Sun May 17 22:13:02 UTC 2015


http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=829

James Le Cuirot <chewi at gentoo.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |chewi at gentoo.org

--- Comment #1 from James Le Cuirot <chewi at gentoo.org> ---
This is still true for CACAO on ppc and ppc64! The value of MAX_VM_MEMORY is
determined in an if construct in openjdk/jdk/make/docs/Makefile.

Plain ppc follows the else clause and the value need to be increased from 768
to 1280 for icedtea 6 and 1792 for icedtea 7. Note that the value of
MIN_VM_MEMORY is already 1536 under icedtea 7 but -Xmx takes priority over -Xms
so this doesn't help.

ppc64 follows the first clause. The value needs to be increased from 1024 to
1792 for icedtea 6. The value has already been patched from 1536 to 1792 for
icedtea 7 and this may be enough but I don't yet know because I haven't got the
build to progress this far with either CACAO or HotSpot yet.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/distro-pkg-dev/attachments/20150517/e911cd27/attachment-0001.html>


More information about the distro-pkg-dev mailing list