ASP .NET And Garbage Collection

vita10

Perch
Hi All,
i have a problem on my new WIN-VPS (480MB RAM).

The application pool recycles once a minute.
Performance wise it is ok... however it crashed the IIS 6.0 Service twice in 2 weeks.

And of course I can reproduce it on my "in house" server.

So all this pool recycling is totally my fault (of course) because of lazy programming and or caching.

Today however I removed all session caching and .Dispose() d all objects and checked it it out with the ANTS Profiler.

It seems that Application grows rapidly because of System String Objects (mscorelib.dll).

Memory grows anyway even if there is no code behind.

What am I doing wrong?
I googled and it seems like there is some memory leak issues. But I can not get to the bottom of that.

Did any one encounter that problem?
Is there a fix?

Thank you !
 
Back
Top