xsl-list
[Top] [All Lists]

Re: help with java.lang.outofmemoryerror

2005-04-05 20:20:34
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(_at_)comcast(_dot_)net> 
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?

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: 
<mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--




-- 
<M:D/>

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

--~------------------------------------------------------------------
XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list
To unsubscribe, go to: http://lists.mulberrytech.com/xsl-list/
or e-mail: <mailto:xsl-list-unsubscribe(_at_)lists(_dot_)mulberrytech(_dot_)com>
--~--