Community
Vault Forum
Welcome to Autodesk’s Vault Forums. Share your knowledge, ask questions, and explore popular Vault topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Memory gates checking failed

3 REPLIES 3
Reply
Message 1 of 4
huanggy
757 Views, 3 Replies

Memory gates checking failed

Hi, Dear All,

 

We upgrade Vault Professional 2012 to Vault 2014, but faied with the following error message on the server.

 

WebHost failed to process a request.  Sender Information: System.ServiceModel.ServiceHostingEnvironment+HostingManager/6451435  Exception: System.ServiceModel.ServiceActivationException: The service '/AutodeskDM/Services/InformationService.svc' cannot be activated due to an exception during compilation.  The exception message is: Memory gates checking failed because the free memory (301678592 bytes) 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.. ---> 
 
On the Vault client, the error message that it's not compatible with the server.
 
But if we re-started the server, it's ok. but the next day the same problem message will appeard.
 
the system is: Windows 2008 Server 64bit, 8GB Memory. only SQL 2008 R2 and Vault profesional server installed.
 
Thanks for any inputs.
 
Gengyun
3 REPLIES 3
Message 2 of 4
rw_GHamilton
in reply to: huanggy

I just turned in a support request for the same problem.

Message 3 of 4
paul.gunn
in reply to: huanggy

Hi,

 

We have seen this once recently. The solution mentioned in the error message does solve the issue. i.e. modification of the following line in ..\web\services\web.config to eliminate the free memory percentage :

 

<serviceHostingEnvironment aspNetCompatibilityEnabled="true" minFreeMemoryPercentageToActivateService="0" />

 

Based on our testing this made the problem go away.

Paul Gunn

Message 4 of 4
huanggy
in reply to: paul.gunn

We limited the SQL server can used memory to 2G, and solve this problem.

 

Thanks!

 

Gengyun

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report