简体   繁体   English

System.OutOfMemoryException发生在Microsoft.WindowsAzure.StorageClient.dll中

[英]System.OutOfMemoryException occurred in Microsoft.WindowsAzure.StorageClient.dll

While retrieving data from Azure Table Storage, I'm recieving this error. 从Azure表存储中检索数据时,我收到此错误。 Has any1 received this kind of error before 之前有any1收到过此类错误吗

An exception of type 'System.OutOfMemoryException' occurred in Microsoft.WindowsAzure.StorageClient.dll but was not handled in user code Microsoft.WindowsAzure.StorageClient.dll中发生类型'System.OutOfMemoryException'的异常,但未在用户代码中处理

-Mahender -马亨德

Found reasons for Out of Memory issue, this is because of getting too much of collection data from Azure table storage client. 找到内存不足问题的原因,这是由于从Azure表存储客户端获取了太多的收集数据。 Resolved by pulling only required columns from table in select statement of lINQ query. 通过仅从lINQ查询的select语句中的表中提取必需的列来解决。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Microsoft.WindowsAzure.Storage.dll中发生未处理的“System.StackOverflowException”类型异常 - An unhandled exception of type 'System.StackOverflowException' occurred in Microsoft.WindowsAzure.Storage.dll Microsoft.WindowsAzure.Storage与Microsoft.WindowsAzure.StorageClient - Microsoft.WindowsAzure.Storage vs Microsoft.WindowsAzure.StorageClient Microsoft.WindowsAzure.Storage.dll中出现“Microsoft.WindowsAzure.Storage.StorageException”类型的第一次机会异常 - A first chance exception of type 'Microsoft.WindowsAzure.Storage.StorageException' occurred in Microsoft.WindowsAzure.Storage.dll 将Microsoft.WindowsAzure.StorageClient添加到Visual Studio 2013 - Adding Microsoft.WindowsAzure.StorageClient to Visual Studio 2013 Microsoft.WindowsAzure.StorageClient.CloudBlockBlob.DownloadBlockList 返回 0 个块 - Microsoft.WindowsAzure.StorageClient.CloudBlockBlob.DownloadBlockList returns 0 blocks Microsoft.Samples.ServiceHosting.StorageClient和Microsoft.WindowsAzure.StorageClient有什么区别 - What is the difference between Microsoft.Samples.ServiceHosting.StorageClient and Microsoft.WindowsAzure.StorageClient 使用Microsoft.WindowsAzure在命名空间中不存在StorageClient - StorageClient does not exist in the namespace using Microsoft.WindowsAzure 从Microsoft.WindowsAzure.StorageClient 1.7升级到Microsoft.WindowsAzure.Storage 4.2时出现的问题 - Issues while upgrading from Microsoft.WindowsAzure.StorageClient 1.7 to Microsoft.WindowsAzure.Storage 4.2 升级到Microsoft.WindowsAzure.StorageClient 4.3时如何更改web.config - how to change web.config when upgrading to Microsoft.WindowsAzure.StorageClient 4.3 Microsoft.WindowsAzure.Storage和System.Net.Http发生冲突 - Microsoft.WindowsAzure.Storage and System.Net.Http conflict
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM