Hoarder stores entirety of data before writing
Closed this issue · 0 comments
glinton commented
Prior to storing to a file, hoarder performs an ioutil.ReadAll
which reads into memory the entire blob. If the data is large enough, this causes system/performance issues.
Unconfirmed: When writing a file, hoarder server doesn't respond to further requests.