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

Subject: Re: [xsl] XPath predicate in with-param's select
From: "Andrew Welch" <andrew.j.welch@xxxxxxxxx>
Date: Mon, 17 Dec 2007 14:27:52 +0000
On 17/12/2007, Felix Geller <fgeller@xxxxxxxxx> 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/

Current Thread