Hi, My env is jdk1.6.0, ant 1.7.1 in vista. I am having java.lang.OutOfMemoryError: PermGen when I run my tests driven by ant. My ant files are quite complex, having many ant, antcall, macrodef etc. I create an hprof file when the OOM occurs, and by opening it with eclipse memory analizer I can see this:
1.375 instances of "org.apache.tools.ant.AntClassLoader", loaded by "sun.misc.Launcher$AppClassLoader @ 0x51105c8" occupy 119.877.816 (46,73%) bytes. These instances are referenced from one instance of "java.lang.Object[]", loaded by "<system class loader>" 1.367 instances of "java.util.PropertyResourceBundle", loaded by "<system class loader>" occupy 117.230.856 (45,70%) bytes. These instances are referenced from one instance of "java.util.concurrent.ConcurrentHashMap$Segment[]", loaded by "<system class loader>" any idea what might be the cause? thanks in advance javier -- View this message in context: http://www.nabble.com/PermGen-OOM%2C-many-java.sql.DriverInfo-instances-tp24753364p24753364.html Sent from the Ant - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
