服务器内存为2G,而machine.config中的memorylimit为60(60%, 1.2G)超过了一个进程可以使用的最大地址空间,也就是说,当out of memory发生的时候,内存为1G,尚未达到上限,所以,没有自动recycle。
需要将machine.config中的memorylimit为1G以下。

相关文章:

  • 2022-12-23
  • 2021-07-23
  • 2021-08-22
  • 2021-05-16
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2022-02-20
猜你喜欢
  • 2021-10-29
  • 2021-10-07
  • 2021-12-09
  • 2022-12-23
  • 2021-11-06
  • 2022-01-16
  • 2022-02-25
相关资源
相似解决方案