[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Nightly Docs (on sourceforge)

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: 2006-03-02 11:08:52 CET

On 3/2/06, Stan J <thinkernel@yeah.net> wrote:
> I'm trying to build the zh_CN pdf on my computer and I found the pdf
> can be built successfully even without specified the simsun and simhei
> fonts in the userconf.xml.
> But, the result is just like what Stefan said the tree view on the left said can
> show Chinese font properly, the right side is all "#". I don't know
> the reason, either.
>
> I can't build the full pdf out because I got a
> "java.lang.OutOfMemoryError: Java heap
> space" error and a lot of "hyphenation pattern" error. That's because I have no
> hyphenation pattern on my pc.
> But if I comment out most of the include reference in the
> tortoisesvn.xml just left
> the including of glossary.xml, I can build the pdf successfully and
> all Chinese font can
> be shown properly.

I think you're on to something here. I found the following in my mail archives:

"Memories that are used by Java VM may be small.
Last line In Tools/fop/fop.bat:
java -cp "%LOCALCLASSPATH%" org.apache.fop.apps.Fop %1 %2 %3 %4 %5 %6 %7 %8
change to
java -Xmx256M -cp "%LOCALCLASSPATH%" org.apache.fop.apps.Fop %1 %2 %3
%4 %5 %6 %7 %8
Please try that."

I think this could easily be the reason why the build works on my
laptop, but fails on the nightly build machine: I have 1GB RAM on the
laptop, but only 512MB RAM on the nightly build machine - and I guess
java will use a percentage of the available RAM...

Stefan

--
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Mar 2 11:09:37 2006

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.