Event Id | 5195 |
Source | Microsoft-Windows-WAS |
Description | A worker process with process id of '%1' serving application pool '%2' was shutdown due to inactivity. The system is under high load and has decreased the idle timeout of this worker process to '%4' minutes from its original '%3' minutes. A new worker process will be started when needed. |
Event Information | According to Microsoft : Cause : This event is logged when worker process with process id of serving application pool was shutdown due to inactivity. Resolution : Configure the dynamic idle threshold If Web server performance is impacted, you may want to configure the dynamicIdleThreshold attribute of the system.applicationHost/webLimits section in the ApplicationHost.config file. Note : For more information about the values to use for the dynamicIdleThreshold attribute, see IIS 7.0: webLimits Element (IIS Settings Schema). To perform this procedure, you must have membership in Administrators , or you must have been delegated the appropriate authority. To specify a value for the dynamicIdleThreshold attribute:
Because the dynamic idle feature works in real time, its threshold value is transient. However, you can verify whether dynamic idling has been enabled, or specify a value for the dynamic idle threshold if you want. To perform this procedure, you must have membership in Administrators , or you must have been delegated the appropriate authority. To verify whether dynamic idling is enabled:
webLimits maxGlobalBandwidth="4294967295" connectionTimeout="00:02:00" demandStartThreshold="2147483647" dynamicIdleThreshold="0" headerWaitTimeout="00:00:00" minBytesPerSecond="240" /&gr; If the value of dynamicIdleThreshold attribute is non-zero, the feature is enabled. In the example here, it is disabled; this is the default setting. |
Reference Links | Event ID 5195 from Microsoft-Windows-WAS |
Catch threats immediately
We work side-by-side with you to rapidly detect cyberthreats
and thwart attacks before they cause damage.