-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
System.OutOfMemoryException #15
Comments
Hi, I guess you're just out of memory. How much data are you copying? |
I am just copying one opportunity and one line item. I think the existing process uses too much automation. Thanks, Jason |
Hi - Sandboxberry is just a .net app so it doesnt have a max ram setting. |
I ran the SB with system memory used 31%, and when the SB threw out of memory exception, SB used 1.6G RAM, with system memory used 41%. So the system has enough memory.The question is why SB cannot consume more memory to proceed?
傳自 iPhone 版的 Yahoo奇摩電子信箱
於 星期一, 2月 26, 2024, 10:12 下午,codeulike ***@***.***> 寫道:
Hi - Sandboxberry is just a .net app so it doesnt have a max ram setting.
Sounds like something strange is going on with your PC. Was something else taking up all the memory?
Is this happening consistently every time you try?
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
I am using .net framework version 4.8, 64-bit windows. Not sure if it matters. |
Aha I think I know whats going on. If you've got Visual Studio handy you could re-build as a 64-bit exe to remove that limit. But I still dont understand how you are using 1.6GB of memory ... you must be downloading/transferring much more data than you think you are. |
Hi,
While loading Opportunity products, the error below occurred.
System.ApplicationException: Error while fetching data for <custom_object_name>: Exception of type 'System.OutOfMemoryException' was thrown. ---> System.OutOfMemoryException: Exception of type 'System.OutOfMemoryException' was thrown.
Please help.
Thanks for the great tool.
Jason
The text was updated successfully, but these errors were encountered: