Iker García
Iker García
Same issue here. We are using **com.azure:azure-storage-blob:12.8.0** and uploading big files using the BlobClient.upload() with InputStreams throws the OutOfMemory error: ``` Caused by: java.lang.OutOfMemoryError: Java heap space at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:239) at...
Hi @ibrahimrabab I have just tested it with 1GB heap size (-Xmx1G) and 3 different file sizes. - 60MB -> around 300MB heap memory is allocated by the upload method....
Hi @thim81 , I have left the bare minimum of my Postman collection; using fake credentials and only leaving the requests until the second try to /login fails (wrong **Content-Type**...
Same issue here, indeed it seems to be related with the number of resources it has to import. I also had to unselect quite a lot of 'categories' in order...