Tuesday, December 24, 2013

Modified ASP.NET 4.5 CPU Throttling percentCpuLimit


http://blogs.msdn.com/b/webdev/archive/2013/11/26/modified-asp-net-4-5-cpu-throttling.aspx

<configuration>
    <system.web>
        <applicationPool percentCpuLimit=”90percentCpuLimitMinActiveRequestPerCpu=”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 :