[cfaussie] Eclipse Memory Analyzers

2010-01-04 Thread Mark Ireland
Can this be used with a Coldfusion snapshot? http://java.sys-con.com/node/1230460 _ Get more out of Hotmail Check out the latest features today

Re: [cfaussie] Eclipse Memory Analyzers

2010-01-04 Thread Kai Koenig
It should be as the JVM below CF provides a standard VM dump if you tell it to. The question is more what you'd want to use it for and what you want to find out... assuming you're either fighting some JVM memory/garbage collection/response time issues or supsect a memory leak in your code :-)

Re: [cfaussie] Eclipse Memory Analyzers

2010-01-04 Thread Mark Mandel
Yup, you can do this. But it does show you the Java objects - so it takes a while to wrap your head around until you have a feel for how CF's internals work. I've been using the Memory Analyzer Toolkit for ages to help track down memory leaks in my OSS projects, and also for clients as well.