-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Memory chokeholds #40
Labels
Comments
another troublesome interface: memory_profiler
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some troublesome nodes to monitor. I have not been able to profile the specifics here yet.
aCompCor
nibabies/nibabies/workflows/bold/confounds.py
Lines 217 to 221 in b5d16d3
SignalExtraction
nibabies/nibabies/workflows/bold/confounds.py
Lines 248 to 249 in b5d16d3
ROIsPlot
nibabies/nibabies/workflows/bold/confounds.py
Lines 296 to 297 in b5d16d3
When all run in parallel, the workflow crashes, likely due to memory. For now, the bandaid fix is to set
n_procs
to something fairly high and avoid running concurrently.The text was updated successfully, but these errors were encountered: