When using the streaming get method to download a 2.6 gigabyte sized file, LRResty fails with out of memory errors, because it is not releasing each block of data after it is passed to the onData block. I would like to stream the data to an NSFileHandle that is opened for writing.
When using the streaming get method to download a 2.6 gigabyte sized file, LRResty fails with out of memory errors, because it is not releasing each block of data after it is passed to the onData block. I would like to stream the data to an NSFileHandle that is opened for writing.
malloc: * mmap(size=2337423360) failed (error code=12) * error: can't allocate region *\ set a breakpoint in malloc_error_break to debug