-
Notifications
You must be signed in to change notification settings - Fork 163
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
Potential memory leak #117
Comments
ok - I verified this. also noting:
anyway - thanks for this - would appreciate any help with further investigation. |
Fixed by 7008e73 |
I am running code to create atlas, I got full disk error. Is there any solution to this?
` |
Use the |
@stnava I'm having a similar issue when performing image registration on batches of images. Memory usage builds up until running out. Could you expand on how this was fixed, or what was the actual problem? |
Describe the bug
When computing image similarities the memory is not cleared after computation.
To Reproduce
Run the below minimal example and have htop running at the same time.
Expected behavior
After each computation of the similarity metric the memory should be cleared. However, the higher the iteration the more memory is taken (eventually leading to out of memory errors).
Desktop
The text was updated successfully, but these errors were encountered: