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'm currently working on an automated memory image collection process using the RTR API functionality.
I'm encountering a challenge with the upload process. My script splits the memory image into 1GB parts, but the upload is slow and sequential. This significantly increases the overall time required to complete the process.
Is there a way to optimize the upload process to make it faster? For example, is it possible to upload all parts simultaneously or leverage some other strategy to reduce the time?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Greetings,
I'm currently working on an automated memory image collection process using the RTR API functionality.
I'm encountering a challenge with the upload process. My script splits the memory image into 1GB parts, but the upload is slow and sequential. This significantly increases the overall time required to complete the process.
Is there a way to optimize the upload process to make it faster? For example, is it possible to upload all parts simultaneously or leverage some other strategy to reduce the time?
Thank you for your help!
Beta Was this translation helpful? Give feedback.
All reactions