bndr / gojenkins

Jenkins API Client in Go. Looking for maintainers to move this project forward.
Apache License 2.0
870 stars 446 forks source link

Downloading big artifacts will cause high memory usage #261

Open abbbi opened 2 years ago

abbbi commented 2 years ago

The module currently reads complete data from the requester into a variable, before writing it to a file. Might result in high memory usage if one is downloading big artifacts.