IIS 8.5:
- Open IIS Manager.
- Expand the local server and click Application Pools.
- Find the application pool you wish to limit and right click on it.
- Click Advanced Settings.
- Under the CPU section, set "Limit" to the amount of CPU you wish to be the maximum. (ex: 25% would be 25)
- Set Limit Action to Throttle.
- Click OK to apply.
IIS 7, 7.5, 8:
- Open IIS Manager.
- Expand the local server and click Application Pools.
- Find the application pool you wish to limit and right click on it.
- Click Advanced Settings.
- Under the CPU section, set "Limit (1/1000 of %)" to the amount of CPU you wish to be the maximum, multiplied by 1000. (ex: 25% would be 25000)
- Set Limit Action to Throttle.
- Click OK to apply.
Article ID: 2206, Created: May 19, 2015 at 1:20 AM, Modified: July 19, 2015 at 11:03 AM