FCP-INDI / C-PAC

Configurable Pipeline for the Analysis of Connectomes
https://fcp-indi.github.io/
GNU Lesser General Public License v3.0
64 stars 40 forks source link

⚡️ Throttle `aCompCor_cosine_filter` #2057

Open shnizzedy opened 8 months ago

shnizzedy commented 8 months ago

User interface changes

This node is using way more than its allocated memory again, this time with the fmriprep-options preconfig on some HCP data.

Until #1166 / #1404 / #1480 / #1505 / #1506 / #1509 are resolved, we'll allocate all available memory for each aCompCor_cosine_filter thread so that such nodes will necessarily run one-threaded and won't overrun memory as long as the total allocation is sufficient

Project sub-parts and estimates

  1. Enable throttling ①
  2. Set throttling on aCompCor_cosine_filter
  3. Test throttled nodes ⑤

Timeline notes

No response

Timesink notes

No response

Frustration notes

No response

Design decisions and notes