Odata Web API中应用程序池的内存使用量过多

时间:2014-03-08 11:58:33

标签: asp.net-web-api odata asp.net-web-api2

我有一个针对odata的web api(2)。我正在运行一个包含100行结果的简单查询。但应用程序池增长太多了。

WebApiConfig:

var builder = new ODataConventionModelBuilder();
builder.EntitySet<Transaction>("Transaction");
builder.EntitySet<Resource>("Resource");
              ......
              ......
         Some other EntitySet
              ......
              ......
builder.EntitySet<User>("User");
config.Routes.MapODataRoute("odata", "odata", builder.GetEdmModel());
config.EnableSystemDiagnosticsTracing();

有什么问题?

1 个答案:

答案 0 :(得分:1)

我找到了原因。我没有安装.net framework 4.5 已安装的版本是.net framework 4