I run into out of memory exception when I add new lines to response body by "using (var gzip = new GZipInputStream(streamResponse.Stream))" after "var streamResponse = ExtractionsContext.GetReadStream(extractionResult);".
I tried to get L1 data for one day for two chain ric "0#HSI:", "0#HCEI:" and got the above issue
is it possible that I just download the compressed file only? How can I do that? I will decompress the file in later stages.
Or is there a better option regarding my above issue?
It does work if I submit a request with a smaller number of identifiers. But this is not the ideal solution.
Though I will not run into “out of memory” exception, the needed time is still way too long.