Re: "[ERROR]: >" resulting in "Exception in thread "main" java.lang.OutOfMemoryError <<no stack trace avalable>>"

At 2003-07-11 11:58 +0200, Kenny  Vandenbroucke wrote:
>After about 100 pages I get the following error after which the program 
>stops :
>
>Exception in thread "main" java.lang.OutOfMemoryError
>                 <<no stack available>>
>
>Does anyone know how to solve this problem?

You don't say which program you are using, but when I run the Java-based 
XEP processor I increase both the Java stack and heap spaces to accommodate 
my lengthy XSL training materials using:

    -Xms???m  -Xmx???m

where you replace "???" with the number of megabytes you wish to allocate.

I hope this helps.

.................... Ken


--
Upcoming hands-on courses: in-house corporate training available;
North America public:  XSL-FO Aug 4,2003; XSLT/XPath Aug 12, 2003

G. Ken Holman                mailto:gkholman@CraneSoftwrights.com
Crane Softwrights Ltd.         http://www.CraneSoftwrights.com/f/
Box 266, Kars, Ontario CANADA K0A-2E0   +1(613)489-0999 (F:-0995)
ISBN 0-13-065196-6                      Definitive XSLT and XPath
ISBN 0-13-140374-5                              Definitive XSL-FO
ISBN 1-894049-08-X  Practical Transformation Using XSLT and XPath
ISBN 1-894049-11-X              Practical Formatting Using XSL-FO
Member of the XML Guild of Practitioners:    http://XMLGuild.info
Male Breast Cancer Awareness http://www.CraneSoftwrights.com/f/bc

Received on Friday, 11 July 2003 07:59:34 UTC