show/hide this revision's text 2 added 23 characters in body

This is not normal, and is probably indicative of a memory leak.

You should try using a memory profiler to see where your application is leaking.

In general, you should be looking for loops or repeated operations where objects are created but not disposed of correctly.

show/hide this revision's text 1

This is not normal, and is probably indicative of a memory leak.

You should try using a memory profiler to see where your application is leaking.

In general, you should be looking for loops where objects are created but not disposed of correctly.