[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: Mon, 24 Oct 2011 19:04:11 +0200

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

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=2862454
To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-10-24 19:04:21 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.