在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
1. 修改machine.config,添加memoryLimit="20" <processModel 此效果是全局的,默认值为60。 2. 如果是针对某个web app,要在web.config中设置使用内存的大小,需要先修改machine.config: <section name="processModel" type="System.Web.Configuration.ProcessModelSection, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" allowDefinition="Everywhere" allowLocation="false"/> 然后在web.config中再设置:
|
请发表评论