开发者

IIS7 Website Resource Management

开发者 https://www.devze.com 2023-03-21 14:26 出处:网络
How to limit resources (RAM开发者_如何学C and Space) for a website hosted on IIS7 platform?Thru the GUI, you can set them under Application Pools > [AppPool] > Advanced Settings - Recycling

How to limit resources (RAM开发者_如何学C and Space) for a website hosted on IIS7 platform?


Thru the GUI, you can set them under Application Pools > [AppPool] > Advanced Settings - Recycling

Thru command line:

appcmd set config /section:applicationPools /[name=' string '].recycling.periodicRestart.privateMemory: uint
0

精彩评论

暂无评论...
验证码 换一张
取 消