Skip to main content

Memory Gates Checking Failed Because The Free Memor

Memory gates checking failed because the free memory (537915392 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.

To solve this error in Bimserviewer: We add the following value to the web congif in the BimserViewer - Services folder.

```<```system.serviceModel```>``` 
```<```serviceHostingEnvironment minFreeMemoryPercentageToActivateService="0" /```>```
```<```/system.serviceModel```>```