Hi I am processing a large amount of XML data (around 80 meg) using the Xerces-J SAXParser. The XML file I am parsing consists of references to around 40 external entities which are themselves in separate files.
The problem is that I seem to get memory leaks, but only on Solaris (on NT4.0 memory of the app stays within 80Meg). On Solaris the memory after the parse doesn't seem to be freed up. The parser is local to a method in another class, and I deliberately set the reference to the parser to null to encourage garbage collection (better to be safe than sorry!). Anyway, my real question is this: Has anyone on this list seen this behaviour on Solaris? Config is: JDK 1.3.0 SE HotSpot Server edition 2.0 Xerces-J 1.3.1 Solaris 7 Many thanks Ma +============================================================+ | Mark Rowell Mutant Technology Limited | | http://www.mutant-tech.com | | | | SecuritiesFinance.net | | http://www.secfinex.com | | MM MM TTTTTT LLLL | | MMM MMM T TT T LL CreditTrade | | MMMMMMM TT LL http://www.credittrade.com | | MM M MM TT LL | | MM MM TT LL t: +44 (0207) 257 9981 | | MM MM TT LL LL f: +44 (0207) 836 2600 | | MM MM TTTT LLLLLLL e: mailto:[EMAIL PROTECTED] | +============================================================+ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
