pivotal-cf / kiln

Kiln helps you maintain product tiles for VMware Tanzu Operations Manager.
Apache License 2.0
30 stars 20 forks source link

Reduce memory usage when calculating release shasum #511

Closed geofffranks closed 3 weeks ago

geofffranks commented 3 weeks ago

Reads in boshreleases a chunk at a time + does a streaming sha1sum while discarding the memory, rather than reading the entirety of the boshrelease into memory and then discarding.