keenon / AddBiomechanics

A tool to automatically process and share biomechanics data
https://addbiomechanics.org/
Other
26 stars 5 forks source link

Allocate Sherlock resources based on total size of subject data #207

Closed nickbianco closed 10 months ago

nickbianco commented 10 months ago

Fixes #204

Current implementation allocates 4GB of RAM for every 25MB of uploaded subject data, and allocates 1 CPU per 4GB of RAM (thus preserving the RAM-to-CPU ratio we already had). Not sure if the current allocation logic makes sense, but it can be easily adjusted.