bbfrederick / rapidtide

rapidtide - a suite of programs for doing time lag correlation analysis on fMRI data
Apache License 2.0
75 stars 14 forks source link

Dockermods #119

Closed bbfrederick closed 1 year ago

bbfrederick commented 1 year ago

Closes #116

Changes proposed in this pull request: Add code to rapidtide and happy to check if we are running in a Docker container. If so, set python resource limits so that if we exceed the memory allotted for the container, we fail with a MemoryError (actionable) rather that silently being terminated by the Linux OOM killer (mysterious).

-