Wednesday, September 24, 2014

Memory gates checking failed because the free memory is less than 5% of total memory. As a result, the service will not be available for incoming requests. To resolve this, either reduce the load on the machine or adjust the value of minFreeMemoryPercentageToActivateService on the serviceHostingEnvironment config element.

Hi Friends,

Did you ever experienced below error while loading newly created Team Site on SharePoint 2013? 




Root cause: This is happening because of excess memory using by the SharePoint 2013.

I think there are 2 solutions. Just find below service and restart it. 

Solution 1



It will release some memory leaks on host controller. then refresh the browser to load the page.

Solution 2

1.Open IIS by running CTRL+R -> inetmgr
2.Identify the WebService that calling by the web page



3.Right Click -> Explore
4.Edit Web.config file
5.Modify node serviceHostingEnvironment

<serviceHostingEnvironment minFreeMemoryPercentageToActivateService="1" />


6.Just save web.config and do a IISRESET

double check your environment.

References:

http://stevemannspath.blogspot.com/2012/07/sharepoint-2013-opening-memory-gates.html
http://kancharla-sharepoint.blogspot.com/2013/04/sharepoint-memory-gates-checking-failed.html

That's it. Good Luck!

No comments:

Post a Comment