From: Enrico F. <enr...@re...> - 2002-11-11 15:54:34
|
Once again, I renew my compliments for dnsJava and hits improvements. I'm performing some test, so I wrote e program that finds the authoritative name server for a set of domains. After 45108 DNS query on different domains in about 4.5 hours the program stop with a java.lang.outOfMemoryError. I started the java virtual machine with java -Xmx100000000 -Xss10000000. After looking the code, I think that this problem is due to an excessive use of memory from the cache class. Is this possible? Is there anything I can do to solve this problem? Thanks for your interest. Enrico |