zoukankan      html  css  js  c++  java
  • .NET Framework Execution Was Aborted By Escalation Policy

    错误#1 09:31 2015/1/26上班查看ERRORLOG发现下面错误信息

    字面上理解是有内存压力,中午的时候ERRORLOG频繁报下面错误

    问题核实,一台服务器上安装两个实例,其中一个实例设置了最大服务器内存,而另一实例没有设置。重新分配最大内存,错误日志不再收到类似信息。
    错误#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
    View Code

    具体原因不知

  • 相关阅读:
    最简单的图片轮播
    首页图片轮播效果
    windows简单杀死进程的批处理程序
    js实现无限级树形导航列表
    漂亮竖向菜单 有缓存 javascript
    竖向折叠二级导航JS代码(可防刷新ul/li结构)
    bzoj 1060: [ZJOI2007]时态同步【树形dp】
    bzoj 2733: [HNOI2012]永无乡【并查集+权值线段树】
    洛谷 P3952 时间复杂度【模拟】
    bzoj 2208: [Jsoi2010]连通数【tarjan+拓扑+dp】
  • 原文地址:https://www.cnblogs.com/Uest/p/4252304.html
Copyright © 2011-2022 走看看