DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17820>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17820 Memory leak in resource loader ------- Additional Comments From [EMAIL PROTECTED] 2003-10-27 04:55 ------- Found the problem. Patch to follow. (Committers, please take note). ResourceLoader was calling the singleton Runtime for logging instead of the instance rsvc. Checked the rest of the source code for the same problem elsewhere, didn't see it. Running Kim's test code shows there are no further leaks. [java] Ite=0 Mem free =1856528 Mem total=2031616 Ite/sec.=Infinity [java] log4j:WARN No appenders could be found for logger (VELOCITY). [java] log4j:WARN Please initialize the log4j system properly. [java] Ite=1000 Mem free =40474704 Mem total=44871680 Ite/sec.=32.7075292732387 [java] Ite=2000 Mem free =39729152 Mem total=66650112 Ite/sec.=35.4735721887194 [java] Ite=3000 Mem free =41777648 Mem total=66650112 Ite/sec.=34.75601279021271 [java] Ite=4000 Mem free =41777648 Mem total=66650112 Ite/sec.=36.685131516196485 [java] Ite=5000 Mem free =41777648 Mem total=66650112 Ite/sec.=38.09814081072844 [java] Ite=6000 Mem free =41777648 Mem total=66650112 Ite/sec.=37.98237617745366 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]