You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a use case where I want to fetch the entirety of journals, zip it, and then upload it to an off-site https server. My approach has been to keep the entire stream in memory, and then add that to an archive. This really strains my RAM when the file created is large enough.
Ideally I could get a reference to the file inside the zip archive, and add it incrementally as I retrieve the journal fields using sd-journal.
Any tips are much appreciated.
The text was updated successfully, but these errors were encountered:
I have a use case where I want to fetch the entirety of journals, zip it, and then upload it to an off-site https server. My approach has been to keep the entire stream in memory, and then add that to an archive. This really strains my RAM when the file created is large enough.
Ideally I could get a reference to the file inside the zip archive, and add it incrementally as I retrieve the journal fields using sd-journal.
Any tips are much appreciated.
The text was updated successfully, but these errors were encountered: