Howdy,
I'd be careful about concluding anything regarding performance when you are running 
out of an IDE.  Profile the code in a real environment first.

That said, Xerces in the past has been known to have memory leaks.  The more Documents 
you parse, the more memory it takes.  I would recommend trying the latest version of 
Xerces, or alternatively (this was easy for us as we use JAXP) switch to another 
parser implementation, e.g. Crimson.

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: "Grübel, Nicole" [mailto:[EMAIL PROTECTED]]
>Sent: Thursday, July 25, 2002 4:41 AM
>To: Log4J Users List
>Subject: lack of memory
>
>I just got told that it seems our system-memory gets overloaded by
>Java-Xerces.
>Does anybody have any idea this can occur? Could it be a problem with my
>configuration or with our applications that are using it?
>We are currently using Java VisualAge 3.5.3 with Log4J 1.1.3
>
>Thanks for any advice!
>
>
>Nicole
>
>--
>To unsubscribe, e-mail:   <mailto:log4j-user-
>[EMAIL PROTECTED]>
>For additional commands, e-mail: <mailto:log4j-user-
>[EMAIL PROTECTED]>


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to