首页> 外文期刊>MSDN Magazine >CLR Inside Out: Investigating Memory Issues
【24h】

CLR Inside Out: Investigating Memory Issues

机译:CLR由内而外:调查内存问题

获取原文
获取原文并翻译 | 示例
           

摘要

Uncovering and correcting memory issues in managed applications can be difficult. Memory issues manifest themselves in different ways. For example, you may observe your application's memory usage growing unboundedly, eventually resulting in an Out Of Memory (OOM) exception. (Your application may even throw out-of-memory exceptions when there is plenty of physical memory available.) But any one of the following may indicate a possible memory issue: 1. An OutOfMemoryException is thrown. 2. The process is using too much memory for no obvious reason that you can determine. 3. It appears that garbage collection is not cleaning up objects fast enough. 4. The managed heap is overly fragmented. 5. The application is excessively using the CPU.
机译:发现和纠正托管应用程序中的内存问题可能很困难。内存问题以不同的方式表现出来。例如,您可能会观察到应用程序的内存使用无限制地增长,最终导致内存不足(OOM)异常。 (当有足够的物理内存可用时,您的应用程序甚至可能抛出内存不足的异常。)但是,以下任何一项都可能表明可能存在内存问题:1.引发OutOfMemoryException。 2.该进程占用太多内存,没有明显的原因可以确定。 3.垃圾回收似乎没有足够快地清理对象。 4.托管堆过于分散。 5.应用程序过度使用了CPU。

著录项

相似文献

  • 外文文献
  • 中文文献
  • 专利
获取原文

客服邮箱:kefu@zhangqiaokeyan.com

京公网安备:11010802029741号 ICP备案号:京ICP备15016152号-6 六维联合信息科技 (北京) 有限公司©版权所有
  • 客服微信

  • 服务号