hey michael,
which component are you getting the OutOfMemoryException? filemgr?... you could give jhat and jmap a try.. you'll find them only in java 6 in your actual $JAVA_HOME/bin... i know on PEATE we where point JAVA_HOME at /usr... follow that soft link to your actual JAVA_HOME... the bin directory in there should have jhat and jmap.. i haven't used them in a while... but i believe i used to use jhat to dumb the java heap for a running JVM to a heap file and then use that heap file a input to jmap... you can also use jstack to analyze the JVM stack.
Apache Developers,
I am getting an OutOfMemoryException in one of the branched version of oodt. I would like to investigate why this is the case.
Is there a tool oodt uses for memory usage profiling and looking at open resources (file, db connections, etc)?
-Michael Starch
