Activity overview
Latest activity by rhind
Thanks, I had a reply from Redgate support pointing to the registry keys and that sorted it for me too.
I didn't realise the replies hadn't come here for others to see. / comments
Thanks, I had a reply from Redgate support pointing to the registry keys and that sorted it for me too.
I didn't realise the replies hadn't come here for others to see.
ANTS menu disappeared in VS2010 on Windows 7 x64
It had been working fine but I reset my settings back to the default C# settings. The ANTS menu disappeared.
I uninstalled the VS plugin and re-installed it, but the menu hasn't re-appeared.
Nor i...
Just to say, we may be pushing it fairly hard. We have nearly 3000 classes and somewhere around 300,000 total instances in the classes list and using up to 500MB of GC memory (calling GC.GetTotalMemory) and sometimes over 1GB total VM size.
Cheers
Russell / comments
Just to say, we may be pushing it fairly hard. We have nearly 3000 classes and somewhere around 300,000 total instances in the classes list and using up to 500MB of GC memory (calling GC.GetTotalM...
Thanks. We're not using IIS so it isn't down to this.
Cheers
Russell / comments
Thanks. We're not using IIS so it isn't down to this.
Cheers
Russell
Very useful and easy to use. Have tracked down a big leak in one of our applications which was a gradual leak over a few days of running, causing us to run out of memory.
Biggest issue I've had is that its failed to take snapshots on a few occasions due to errors such as 'unable to find class' errors which don't kill the mem profiler, but do leave the snapshot buttons etc disabled. I've send a support request regarding one of these to you.
And earlier today, the mem profiler died completely when taking a snapshot.
These don't seem to be reproducible though as I'm running in a virtual machine, so I take a virtual machine snapshot before taking a memory snapshot and if the snapshot failed, I revert the virtual machine and take it again which seems to work.
But they are an issue as we have to run for about 12 hours between taking snapshots and if mem profile dies, it can delay us a day.
Cheers
Russell / comments
Very useful and easy to use. Have tracked down a big leak in one of our applications which was a gradual leak over a few days of running, causing us to run out of memory.
Biggest issue I've had is...
Deleting a snapshot
During profiling our application, I take numerous snapshots. I then save the profiler results to disk so they can be analysed later. They're coming out at nearly 400MB on disk.
I don't need some ...