开发者

System Out of Memory exception? Having this error when I try to use many functions for an import

开发者 https://www.devze.com 2022-12-09 04:51 出处:网络
The situation is that I can import a file successfully. But when i add data to different tables thru 开发者_StackOverflowfunctions I get this error. Are their ways to solve this problem. Since Ive see

The situation is that I can import a file successfully. But when i add data to different tables thru 开发者_StackOverflowfunctions I get this error. Are their ways to solve this problem. Since Ive seen in other forums that it is a performance/memory issue. But the server has almost 8GB of ram.

what can be the solution to this?


Is this a 32 bit or 64 bit application? If it is a 32 bit application, you can't access more than 2 GB per default. If it is a 32 bit, large address aware application on 64 bit you can address 4 GB.

For additional info please see this question Maximum .NET achievable memory?

0

精彩评论

暂无评论...
验证码 换一张
取 消