Re: How SAX can handle 10MB or above XML file?
Posted By:
rodney_tgdsoro1
Posted On:
Sunday, March 24, 2002 11:23 PM
first you could increase the size of the maximum heap size with the java parameter -Xmx default is 64MB. second the thread stack size with -Xss.
With what are you currently working? DOM, JDOM?