http://blogs.msdn.com/b/webdev/archive/2013/11/26/modified-asp-net-4-5-cpu-throttling.aspx
<configuration>
<system.web>
<applicationPool percentCpuLimit=”90” percentCpuLimitMinActiveRequestPerCpu=”100”>
</system.web>
</configuration>
The default throttling limit was also lowered from 99% to 90% in order to detect high pressure and avoid negative scaling earlier.
No comments :
Post a Comment