This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Out of Memory with XT on Solaris



Greetings:

I'm trying to run an XSLT script on an 80mb file, and I've had it working
with the following, but ran out of memory:

java -ms80M -mx500M com.jclark.xsl.sax.Driver mysource.xml myscript.xsl
out.xml

And it chugged away on our Enterprise 250 (1/5 gig RAM) for about 10
minutes before I got a Java.OutofMemory error.

So, I checked with our DBA, and he said ot boost teh numbers:

java -ms200M -mx800M com.jclark.xsl.sax.Driver mysource.xml myscript.xsl
out.xml

But now, in same directory, etc. (I did check pwd), I'm getting:

java.lang.NoClassDefFoundError: com/jclark/xsl/tr/SheetImpl at 
at com.clark.xsl.tr.EngineImpl.createSheet (compiled  Code0 . . . .etc.
etc.

thanks

jr




=-=-=-=-=-=-=-=-=-==-=-=-=
John Robert Gardner, Ph.D.
XML Engineer
Emory University
------------------------------------------------------------
http://vedavid.org/diss/
"If there is something you're thinking of doing, or wish you could do,
begin it.  In boldness there is mystery and power . . . . "  -Goethe


 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]