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.
