#can anybody tell me whats going on here?

1 messages · Page 1 of 1 (latest)

dim tide
#

the stream loading with iter_content(32) will load the json in chunks (that will help with memory usage), but then you still need to access large elements of the json data at once so may still struggle with memory issues