views:

16

answers:

1

I own the Ants Profiler 4 which is great for performance / memory profiling.

Unfortunately it only works on the local machine and I cannot attach to a running process. But I have a memory leak that only seems to occure on our production server. A windows console app written in vb.net runs fine with constant memory usage for several days and then suddenly starts consuming all the available memory 'til within 24 hours.

Is there a way to collect some data from the running process and inspect it?

A: 

Upgrade to the latest version (6.0). That has support for Attach to Process, which is, I think, what you're after!

Mel Harbour
Good to know, maybe a good time to evaluate/upgrade.
SchlaWiener