xsl-list
[Top] [All Lists]

Re: [xsl] XPath predicate in with-param's select

2007-12-17 07:28:38
On 17/12/2007, Felix Geller <fgeller(_at_)gmail(_dot_)com> wrote:
I also tried SaxonB for Java, but I don't get the current version of
my stylesheet (without the predicate) to run on my XML document. It
fails with an OutOfMemoryError, also when upping the VM's maximum by
-Xmx512000000

um..... if you set that literally as you have written it:

-Xmx512000000

...then thats 512000000 *bytes* which is ~488mb.... which isn't that much.

Use "k" "m" or "g" such as:

-Xmx512M

or

-Xmx1G


cheers
-- 
Andrew Welch
http://andrewjwelch.com
Kernow: http://kernowforsaxon.sf.net/

--~------------------------------------------------------------------
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>
--~--