<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">This change seems to be causing documentation to fail building on yuffie due to java running out of memory…<div><br></div><div><div><a href="http://tinderbox.x.org/builds/2010-09-22-0004/logs/libX11/#build">http://tinderbox.x.org/builds/2010-09-22-0004/logs/libX11/#build</a></div><div><div><br></div><div>I seem to recall other "OutOfMemory" errors being reported wrt documentation earlier, but I don't recall any resolution. Looking at fop, it looks like we can setup a FOP_OPTS environment variable with an appropriate -Xmx argument to be passed along to java. I just tested this on yuffie by adding the following to my tinderbox script, and it resolved my build failure:</div><div><br></div><div>export FOP_OPTS="-Xmx2048m"</div><div><br></div><div>Obviously setting the max VM size as 2G universally isn't the best solution. I also don't expect everyone to know about FOPS_OPTS either, so what is the best way to resolve this across modules?</div><div><br></div><div><div><div>On Sep 21, 2010, at 18:25, Alan Coopersmith wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><div> COPYING | 2 <br> configure.ac | 62 ------<br> cpprules.in | 2 <br> nls/.gitignore | 2 <br> nls/C/Makefile.am | 3 <br> nls/Makefile.am | 61 +++++-<br> nls/am_ET.UTF-8/Makefile.am | 3 <br> nls/armscii-8/Makefile.am | 3 <br> nls/compose-chart.pl | 389 +++++++++++++++++++++++++++++++++++++++<br> nls/compose-check.pl | 7 <br> nls/el_GR.UTF-8/Makefile.am | 3 <br> nls/en_US.UTF-8/Makefile.am | 3 <br> nls/fi_FI.UTF-8/Makefile.am | 3 <br> nls/georgian-academy/Makefile.am | 3 <br> nls/georgian-ps/Makefile.am | 3 <br> nls/ibm-cp1133/Makefile.am | 3 <br> nls/iscii-dev/Makefile.am | 3 <br> nls/isiri-3342/Makefile.am | 3 <br> nls/iso8859-1/Makefile.am | 3 <br> nls/iso8859-10/Makefile.am | 3 <br> nls/iso8859-11/Makefile.am | 3 <br> nls/iso8859-13/Makefile.am | 3 <br> nls/iso8859-14/Makefile.am | 3 <br> nls/iso8859-15/Makefile.am | 3 <br> nls/iso8859-2/Makefile.am | 3 <br> nls/iso8859-3/Makefile.am | 3 <br> nls/iso8859-4/Makefile.am | 3 <br> nls/iso8859-5/Makefile.am | 3 <br> nls/iso8859-6/Makefile.am | 3 <br> nls/iso8859-7/Makefile.am | 3 <br> nls/iso8859-8/Makefile.am | 3 <br> nls/iso8859-9/Makefile.am | 3 <br> nls/iso8859-9e/Makefile.am | 3 <br> nls/ja.JIS/Makefile.am | 3 <br> nls/ja.S90/Makefile.am | 3 <br> nls/ja.SJIS/Makefile.am | 3 <br> nls/ja.U90/Makefile.am | 3 <br> nls/ja/Makefile.am | 3 <br> nls/ja_JP.UTF-8/Makefile.am | 3 <br> nls/ko/Makefile.am | 3 <br> nls/ko_KR.UTF-8/Makefile.am | 3 <br> nls/koi8-c/Makefile.am | 3 <br> nls/koi8-r/Makefile.am | 3 <br> nls/koi8-u/Makefile.am | 3 <br> nls/localerules.in | 13 -<br> nls/microsoft-cp1251/Makefile.am | 3 <br> nls/microsoft-cp1255/Makefile.am | 3 <br> nls/microsoft-cp1256/Makefile.am | 3 <br> nls/mulelao-1/Makefile.am | 3 <br> nls/nokhchi-1/Makefile.am | 3 <br> nls/pt_BR.UTF-8/Makefile.am | 3 <br> nls/ru_RU.UTF-8/Makefile.am | 3 <br> nls/tatar-cyr/Makefile.am | 3 <br> nls/th_TH.UTF-8/Makefile.am | 3 <br> nls/th_TH/Makefile.am | 3 <br> nls/tscii-0/Makefile.am | 3 <br> nls/vi_VN.tcvn/Makefile.am | 3 <br> nls/vi_VN.viscii/Makefile.am | 3 <br> nls/zh_CN.UTF-8/Makefile.am | 3 <br> nls/zh_CN.gb18030/Makefile.am | 3 <br> nls/zh_CN.gbk/Makefile.am | 3 <br> nls/zh_CN/Makefile.am | 3 <br> nls/zh_HK.UTF-8/Makefile.am | 3 <br> nls/zh_HK.big5/Makefile.am | 3 <br> nls/zh_HK.big5hkscs/Makefile.am | 3 <br> nls/zh_TW.UTF-8/Makefile.am | 3 <br> nls/zh_TW.big5/Makefile.am | 3 <br> nls/zh_TW/Makefile.am | 3 <br> specs/xmlrules.in | 10 -<br> 69 files changed, 464 insertions(+), 264 deletions(-)<br><br>New commits:<br>commit 986bb6d1d54368fe91e3ea24f518d43ce6179782<br>Author: Alan Coopersmith <<a href="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</a>><br>Date: Tue Sep 14 00:10:31 2010 -0700<br><br> Bug 19379 - Provide docs with overview of all compose key combinations<br><br> Adds compose-chart.pl to generate DocBook/XML documents listing compose<br> keys, and Makefile rules to generate HTML & PDF output from them if xmlto<br> is present.<br><br> <a href="https://bugs.freedesktop.org/show_bug.cgi?id=19379">https://bugs.freedesktop.org/show_bug.cgi?id=19379</a><br><br> Signed-off-by: Alan Coopersmith <<a href="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</a>><br> Reviewed-by: Mikhail Gusarov <<a href="mailto:dottedmag@dottedmag.net">dottedmag@dottedmag.net</a>><br> Reviewed-by: James Cloos <<a href="mailto:cloos@jhcloos.com">cloos@jhcloos.com</a>><br> Tested-by: Gaetan Nadon <<a href="mailto:memsize@videotron.ca">memsize@videotron.ca</a>><br><br>commit 3eb064071695ebf0f371163ed818a428dfeba8e6<br>Author: Alan Coopersmith <<a href="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</a>><br>Date: Sat Sep 11 00:49:21 2010 -0700<br><br> Make locale data build non-recursive / parallelizable<br><br> On a 4 core CPU with gmake -j 16 the nls subdir builds in half the time,<br> plus this simplifies the next set of changes.<br><br> Signed-off-by: Alan Coopersmith <<a href="mailto:alan.coopersmith@oracle.com">alan.coopersmith@oracle.com</a>><br> Reviewed-by: Mikhail Gusarov <<a href="mailto:dottedmag@dottedmag.net">dottedmag@dottedmag.net</a>><br> Reviewed-by: James Cloos <<a href="mailto:cloos@jhcloos.com">cloos@jhcloos.com</a>><br> Tested-by: Gaetan Nadon <<a href="mailto:memsize@videotron.ca">memsize@videotron.ca</a>><br><br>_______________________________________________<br>xorg-commit mailing list<br><a href="mailto:xorg-commit@lists.freedesktop.org">xorg-commit@lists.freedesktop.org</a><br>http://lists.freedesktop.org/mailman/listinfo/xorg-commit<br></div></blockquote></div><br></div></div></div></body></html>