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

    具体原因不知

  • 相关阅读:
    SURF与SIFT
    CVMAT操作
    flask
    爬虫
    mysql基础
    WINCE6.0_CHS_SDK安装失败
    com.microsoft.sqlserver.jdbc.SQLServerException: 通过端口 1443 连接到主机 localhost 的 TCP/IP 连接失败。
    office 2010每次打开word都要重新配置的解决方法
    如何使用Visual Studio 2008编译C语言
    Hibernate初学、遇到的问题
  • 原文地址:https://www.cnblogs.com/Uest/p/4252304.html
Copyright © 2011-2022 走看看