ASP.NET MVC and EF Code First Memory Usage

后端 未结 2 1185
独厮守ぢ
独厮守ぢ 2020-12-23 15:22

I have an application built in ASP.NET MVC 3 that uses SQL CE for storage and EF CTP 5 for data access.

I\'ve deployed this site to a shared host only to find that i

2条回答
  •  無奈伤痛
    2020-12-23 15:49

    The funny thing is, I think they got their estimate from this URL:

    http://blog.whitesites.com/w3wp-exe-using-too-much-memory-and-resources__633900106668026886_blog.htm

    P.S. It's great article to check and see if you're doing anything that the guy is describing. (For example caching your pages)

    P.S.S. Just checked our system and it's running at 50 megs currently. We're using MVC 2 and EF CTP 4.

提交回复
热议问题