.NET Framework Execution Was Aborted By Escalation Policy

时间:2023-03-09 16:36:33
.NET Framework Execution Was Aborted By Escalation Policy

错误#1 09:31 2015/1/26上班查看ERRORLOG发现下面错误信息
.NET Framework Execution Was Aborted By Escalation Policy
字面上理解是有内存压力,中午的时候ERRORLOG频繁报下面错误
.NET Framework Execution Was Aborted By Escalation Policy
问题核实,一台服务器上安装两个实例,其中一个实例设置了最大服务器内存,而另一实例没有设置。重新分配最大内存,错误日志不再收到类似信息。
错误#2 09:12 2015/2/3查看ERRORLOG发现下面错误信息

2015-02-02 14:17:26.860    spid17s                last target outstanding: 34, avgWriteLatency 39
2015-02-02 14:17:26.860 spid17s average throughput: 9.24 MB/sec, I/O saturation: 106576, context switches 129278
2015-02-02 14:17:26.860 spid17s FlushCache: cleaned up 226310 bufs with 130434 writes in 191380 ms (avoided 2162 new dirty bufs) for db 8:0
2015-02-02 14:13:15.440 spid17s last target outstanding: 22, avgWriteLatency 39
2015-02-02 14:13:15.440 spid17s average throughput: 8.95 MB/sec, I/O saturation: 122804, context switches 149938
2015-02-02 14:13:15.440 spid17s FlushCache: cleaned up 241867 bufs with 148070 writes in 211176 ms (avoided 56202 new dirty bufs) for db 8:0
2015-02-02 14:08:44.240 spid17s last target outstanding: 38, avgWriteLatency 46
2015-02-02 14:08:44.240 spid17s average throughput: 8.50 MB/sec, I/O saturation: 107919, context switches 134933
2015-02-02 14:08:44.240 spid17s FlushCache: cleaned up 223765 bufs with 132996 writes in 205704 ms (avoided 47781 new dirty bufs) for db 8:0
2015-02-02 14:04:18.450 spid17s last target outstanding: 34, avgWriteLatency 34
2015-02-02 14:04:18.450 spid17s average throughput: 7.95 MB/sec, I/O saturation: 98751, context switches 122963
2015-02-02 14:04:18.430 spid17s FlushCache: cleaned up 170467 bufs with 115321 writes in 167445 ms (avoided 41854 new dirty bufs) for db 8:0

具体原因不知