ChristophKirst / ClearMap

ClearMap is a python toolbox for the analysis and registration of volumetric data from cleared tissues.
http://christophkirst.github.io/ClearMap/build/html/index.html
GNU General Public License v3.0
49 stars 40 forks source link

Too many files open #34

Open Sattlert2 opened 4 years ago

Sattlert2 commented 4 years ago

Hello, I am currently running the cell detection on a lot of different brain regions using multiple parameters. I keep running into an issue were an error stating: "ZMQError: Too many open files." I notice in my system monitor that this creates a bunch of python processes but they are never getting deleted. I am not really experienced with this type of stuff so I am unsure if there is a work around. I tried looking through the code but I don't see where a file isn't being closed and I am unsure what's being opened and saved to the RAM.

Thank you!