I have a multi threading console application that written in C# and Entity Framework 4.0. Yesterday, when I monitored the program for couple hours, it uses about 100MB, but this morning it becomes 500MB. Just wondering if EF will eventually become big because of caching? Or should I somehow refresh it?
Thanks in advance.