sjdv1982 / seamless

Seamless is a framework to set up reproducible computations (and visualizations) that respond to changes in cells. Cells contain the input data as well as the source code of the computations, and all cells can be edited interactively.
http://sjdv1982.github.io/seamless
Other
20 stars 6 forks source link

hashserver memory usage #224

Closed sjdv1982 closed 11 months ago

sjdv1982 commented 11 months ago

hashserver is frugal with memory, except for large PUT requests (i.e. write_buffer). Need to write the file in a streaming response and calculate the checksum on the fly.

sjdv1982 commented 11 months ago

As a temporary workaround, increase memory limit in run-db-hashserver-devel.sh

sjdv1982 commented 11 months ago

Fixed in hashserver