[Home] [By Thread] [By Date] [Recent Entries]
Konrad, Typically, most XSLT processors read in your entire source file and build an internal representation in memory. This is often 3-5 times bigger than the original source. In your case, we're talking about 1 gigabyte, or maybe 1.5 gigabyte, of memory. So, your 512MB machine is probably swapping like crazy. Can you hear the disk working? Try breaking your problem into pieces. Or, if the processing is simple, try writing your own SAX handler that can read the input once through and process it without needing the entire data structure in memory at once. Good luck. jeff Konrad Mader wrote: Hi, -- ------------------------------------------------------------------------- = Jeff Kenton Consulting and software development = = http://home.comcast.net/~jeffrey.kenton = -------------------------------------------------------------------------
|

Cart



