本文介绍了创建包时出现OutOfMemoryException的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

创建一些软件包时,我遇到了严重失败消息。在事件查看器中,错误列为:

 System.OutOfMemoryException:抛出了类型'System.OutOfMemoryException'的异常。

这个消息可能在我创建包的过程中发生了3次。 


我看到任务管理器,而HCK工具正在打包我的驱动程序并在其峰值,它使用~1.5 GB的RAM。我想在收到严重失败消息的时候,内存占用率更高,达到了一定限度。 


是否有这样的限制?还有其他人遇到同样的问题吗?


解决方案

I'm running into a Critical Failure message when creating some packages. In the event viewer, the error is listed as:

System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.

This message happens probably 1 out of 3 times I create a package. 

I watched the task manager while the HCK tool was packaging my drivers and at its peak, it used ~1.5 GB of RAM. I'm thinking during the times I received a Critical Failure message, the RAM usage was higher and hitting some limit. 

Is there such a limit? Is anyone else experiencing the same issue?

解决方案


这篇关于创建包时出现OutOfMemoryException的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

08-27 09:49