I would like to simulate the download of files which are larger than 6GB. I assume this file will be stored in temporary memory. Is there any configuration changes i should make to the scripts to ensure that the file is retrieved in full?
Hi @pbains1 !
If you don’t need to use the files’ content but want only to put some load to the endpoint, it probably makes sense to use the discardResponseBodies
option.
Let me know if that answers,
Cheers!