xsltproc killed, out of memory
- by David Parks
I'm trying to split up a 13GB xml file into small ~50MB xml files with this XSLT style sheet.
But this process kills xsltproc after I see it taking up over 1.7GB of memory (that's the total on the system).
Is there any way to deal with huge XML files with xsltproc? Can I change my style sheet? Or should I use a different processor? Or am I just…