Re: [xsl] help with java.lang.outofmemoryerror

Subject: Re: [xsl] help with java.lang.outofmemoryerror
From: "M. David Peterson" <m.david.x2x2x@xxxxxxxxx>
Date: Tue, 5 Apr 2005 21:20:34 -0600
Hi Kent,

To increase your heap size use the following from commandline"

java -ms512m -mx512m -jar Saxon8.jar in.xml in.xsl

Obviously you will need to add your necessary switches.  You can also
increase or decrease the values for each of these memory settings.  I
learned a while back (I think from Dr. Kay) that you should set these
two values to the same value.  Why this is, to be honest I have not
researched nor did I feel the need based on the source of the info :)

HTH!

<M:D/>

On Apr 5, 2005 8:03 PM, Kent Seegmiller <hookjaw20@xxxxxxxxxxx> wrote:
> I am using saxon 8.3 with several input docs (>40M) while outputting to over
> 1000 xml files and get this error.  I have read about allocating more memory
> to java. How is this done? Can this be corrected?
> 
> 


-- 
<M:D/>

:: M. David Peterson ::
XML & XML Transformations, C#, .NET, and Functional Languages Specialist

Current Thread