I’m trying to save the capturetime from the EXIF data of an image to a property, when the MediaService is Saving.
And I agree that the images can be quite large, around 5 - 7 Mb. But that’s the size of images if you want quality.
Is there anything I can do ?
Out of Memory when saving images.
I’m trying to save the capturetime from the EXIF data of an image to a property, when the MediaService is Saving. And I agree that the images can be quite large, around 5 - 7 Mb. But that’s the size of images if you want quality. Is there anything I can do ?
The code is here: https://gist.github.com/sebastiandammark/3a9c52d094b8da15639de8debdb7d996
Are you running on x64 server or a local machine? We had a similar issue which was solved when running an a server environment.
Are you running on azure? The amount of memory turnover is limited on azure web apps.
It's running on Umbraco Cloud, so yes Azure
I would contact Umbraco support or post it in https://our.umbraco.org/forum/umbraco-cloud/
But my best guess is, that it is the same issue as with azure web apps. If you wait a few hours and do one manipulation, do you still have the issue?
is working on a reply...