Abdallah Elhadad
Abdallah Elhadad
still facing a similar issue when using `RNFS.read` with a reasonable chunk size, it looks like it tried to allocate memory larger than the chunk size requested.
> Note that [RNFetchBlob.fs.readStream may have a similar issue](https://github.com/joltup/rn-fetch-blob/issues/474). it seems like the suggestion of adding `readStream` will not add anything new since all roads lead to memory leaks.
I know I'm late, but did you get any further with this? I'm trying to do the same thing but didn't find a suitable lib, yet.
this is still unresolved, unfortunately.
hey Helmut, can you assign this issue to me?
@sagark1510 nope, if I remember correctly, there was a memory leak related to this function, check out: [785](https://github.com/itinance/react-native-fs/issues/785)
hey, I know I'm like 6 years into the future, but does anyone find a solution for this? I'm trying to upload +150 MB files by chunking them and including...
I think this can be done easily using [RNFS.read](https://stackoverflow.com/a/55260753) to process the file as chunks and upload them.
> Hello ! I'm facing the same issue with sentry self-hosted without helm chart same issue! I have records in my `replays_local` table; but an empty `replays_replayrecordingsegment` table! selfhosted version:...