I am running Umbraco 10 on a machine with 32GB of RAM but I get an Out of Memory error when outputting a very large JSON file from my API. The machine still has plenty of RAM left when I get the error.
I need to change the setting in Umbraco to allow it to use more memory.
Umbraco 10 Out of Memory Error
I am running Umbraco 10 on a machine with 32GB of RAM but I get an Out of Memory error when outputting a very large JSON file from my API. The machine still has plenty of RAM left when I get the error.
I need to change the setting in Umbraco to allow it to use more memory.
There is no Umbraco setting that controls memory usage.
What is the exact error you are getting?
How large is the file?
What version of Umbraco?
As I mentioned in my first post, I am running Umbraco 10. The error I am getting is:
System.OutOfMemoryException HResult=0x8007000E Message=Exception of type 'System.OutOfMemoryException' was thrown. Source=System.Private.CoreLib
The string was actually larger than it should have been which led me to the underlying bug.
Thanks for your help.
I was asking for the exact version i.e. 10.8.0 etc
is working on a reply...