连接_api / ProjectData服务时出现http 500内部错误

连接_api / ProjectData服务时出现http 500内部错误

问题描述:

我正在使用Sharepoint 2013使用Odata服务处理Excel Services 2013.当我打开
http://服务器/ ProjectServerName / 功能然后它显示了确切的PWA实例,但是当我尝试打开
http:// ServerName / ProjectServerName / _api / ProjectData / ,有时它工作正常并返回数据也是

I am working on Excel services 2013 using Odata services by using Sharepoint 2013.When I opend the http://ServerName/ProjectServerName/  then it shows the exact PWA instance but when I am trying to open http://ServerName/ProjectServerName/_api/ProjectData/ ,sometimes its working fine and returning the data also

但有时它显示  HTTP 500内部服务器错误。

but sometimes it shows the HTTP 500 Internal Server Error.

我还发现了以下错误的描述:

I also found the description of this error as below:


内存门检查失败,因为可用内存(801144832字节)小于总内存的5%。 因此,服务
将无法用于传入请求。 要解决此问题,请减少计算机上的负载或调整serviceHostingEnvironment配置元素上的minFreeMemoryPercentageToActivateService的值。

任何人都可以帮我解决这个问题,为什么会发生这种情况?

Can anybody please help me out on this,why this thing happens??

我正在使用Sharepoint 2013使用Odata服务处理Excel服务2013.当我打开 http:// ServerName / ProjectServerName /  然后它显示了确切的PWA实例,但是当我尝试打开
http:// ServerName / ProjectServerName / _api / ProjectData / ,有时它工作正常并返回数据

I am working on Excel services 2013 using Odata services by using Sharepoint 2013.When I opend thehttp://ServerName/ProjectServerName/  then it shows the exact PWA instance but when I am trying to openhttp://ServerName/ProjectServerName/_api/ProjectData/ ,sometimes its working fine and returning the data also

但有时它显示 HTTP 500内部服务器错误。

but sometimes it shows the HTTP 500 Internal Server Error.

我还在下面找到了这个错误的描述:

I also found the description of this error as below:


内存门检查失败因为可用内存(801144832字节)小于总内存的5%。 因此,服务
将无法用于传入请求。 要解决此问题,请减少计算机上的负载或调整serviceHostingEnvironment配置元素上的minFreeMemoryPercentageToActivateService的值。

任何人都可以帮我解决这个问题,为什么会发生这种情况?

Can anybody please help me out on this,why this thing happens??

还告诉我服务器上为Odata服务需要多少内存?

And also tell me how much memory is required on server for for Odata services?