ورود

View Full Version : خطا در زمان اجرای وب سرویس WCF



Mohammad_dn
دوشنبه 17 آذر 1393, 10:25 صبح
سلام

من یه وب سرویس نوشتم اما بعضی اوقات که وب سرویسو اجرا میکنم خطای زیرو میده
Memory gates checking failed because the free memory (727179264 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.
آدرس وب سرویس:http://svc.sarkeshan.ir/Service.svc

علت این خطا چیه؟

m.fazlali
دوشنبه 17 آذر 1393, 11:57 صبح
سرویس بصورت پیش فرض نیاز دارد که 5% حافظه آزاد باشد ولی میتوان این مقدار را صفر کرده ویا بصورت دلخواه تغیر داد

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