Hi
Based on application insights logs, the following method throws System.OutOfMemoryException exception when downloading files larger than 350Mb on an Azure web app running on 3.5Gb (S2 service plan)
[Edit: it's not that crazy... it's 350Mb :)]
Strathweb.AspNetCore.AzureBlobFileProvider.AzureBlobFileInfo.CreateReadStream
I'll attach the full stack trace in a separate file:
fullstacktrace.txt
I'm not sure if this is intended to be used for large files, but it sure would be a great and powerful feature if it could be used like that!
Hi
Based on application insights logs, the following method throws
System.OutOfMemoryExceptionexception when downloading files larger than 350Mb on an Azure web app running on 3.5Gb (S2 service plan)[Edit: it's not that crazy... it's 350Mb :)]
Strathweb.AspNetCore.AzureBlobFileProvider.AzureBlobFileInfo.CreateReadStreamI'll attach the full stack trace in a separate file:
fullstacktrace.txt
I'm not sure if this is intended to be used for large files, but it sure would be a great and powerful feature if it could be used like that!