[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: Jean-Marc van Leerdam <j.m.van.leerdam_at_gmail.com>
Date: Tue, 25 Oct 2011 09:34:06 +0200

Hi,

On 24 October 2011 19:04, Stefan Küng <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)?

-- 
Regards,
Jean-Marc
--
.       ___
.  @@  // \\      "De Chelonian Mobile"
. (_,\/ \_/ \     TortoiseSVN
.   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
.   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2863206
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-25 09:34:12 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.