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

    具体原因不知

  • 相关阅读:
    随机选择
    Creating Apps With Material Design —— Defining Shadows and Clipping Views
    HDU 1853Cyclic Tour(网络流之最小费用流)
    053第502题
    【ThinkingInC++】64、重载new和delete,来模仿内存的分配
    Android设置里面默认存储器选项(default write disk)的实现
    Transparency Tutorial with C#
    ssh远程登录linux live系统
    JAVA把字符串当作表达式执行
    [Head First设计模式]生活中学设计模式——组合模式
  • 原文地址:https://www.cnblogs.com/Uest/p/4252304.html
Copyright © 2011-2022 走看看