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

Re: Doc build part 3 (was Re: Doc build part 2 (was Re: Getting nant up and running))

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Tue, 25 Oct 2011 18:26:41 +0200

On 25.10.2011 09:34, Jean-Marc van Leerdam wrote:
> Hi,
>
> On 24 October 2011 19:04, Stefan Küng <tortoisesvn_at_gmail.com
> <mailto:tortoisesvn_at_gmail.com>> wrote:
>
> On 24.10.2011 13:24, Konstantin Kolinko wrote:
> > OutOfMemory.
> >
> > Either you have too little memory configured for Java process, or
> > there is a memory leak in the program.
> >
> > Memory size limit can be specified when staring java by using
> -Xmx switch.
> >
> > Doc:
> >
> http://download.oracle.com/javase/6/docs/technotes/tools/windows/java.html
>
> To fix this, edit the fop.bat file in the tools/fop folder. Find the
> line
> set JAVAOPTS=-Denv.windir=%WINDIR%
> and change it to
> set JAVAOPTS=-Denv.windir=%WINDIR% -Xms256m -Xmx1024m
>
>
> Why do we have a fop.bat and a fop.cmd with comparable but not identical
> contents? Can we not have one call the other and keep all logic in a
> single file (or get rid of the .bat one)?

fop.bat is from earlier versions of fop. The new 1.0 version however
renamed that file - since I didn't had the time to change the doc build
process, I just copied the old fop.bat from the old fop version...

Lazy, I know :)

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2863509
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-25 18:26:52 CEST

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.