[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: XML DOM Object size limitations
- From: Christian Nentwich <c.nentwich@cs.ucl.ac.uk>
- To: xml-dev@lists.xml.org
- Date: Sat, 10 Mar 2001 11:58:01 +0000
> I've read that it runs around 10:1 (memory:file) , but I haven't measured
> anything myself.
Well.. just running some of my code which holds a 1.3 meg file in memory
shows 26 megs of RAM used. BUT: The JVM uses more than 20 of that.
In my opinion, 2:1 to 5:1 sounds more like it. (that's Xerces btw)
Christian