I'm working with ESRI and there ArcGIS Product 10.3.1 by using COM. But now I have receive some problem, properly with some memory issues.
First I receive some COMException (0x80041501): Operation Failed at ESRI.ArcGIS.Geodatabase.IRaster.Read(IPnt tlc, IpixelBlock block)
.
After a while of errors we see a another COMException (0x8004150D): Out of server memory at ESRI.ArcGIS.Geodatabase.IRaster.Read(IPnt tlc, IpixelBlock block)
.
And after another while I get errors that say cannot read data ect...
Some settings for my computer:
My application shall be able to handle almost 4gb RAM and with this configuration I should be able to use like 20-22gb ram.
So do any of you know where I can start searching for my error(s)?
我也遇到了这个问题
System.Runtime.InteropServices.COMException (0x8004150D): 服务器内存不足 [Out of server memory]
请问你的这个问题解决了么