You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I run ephys.bandpass_filter, ephys.whiten, ms4alg.sort, ms3.cluster_metrics, ms3.isolation_metrics, and ms3.combine_cluster_metrics, I see on htop that my core usage is 100% on all cores, even after the processes completed. htop indicates there are actually 12 ms4alg.sort processes. My guess is that somewhere the multiprocessing pool didn't get closed so the workers are still active?
The text was updated successfully, but these errors were encountered:
@tjd2002 sorry for the late response. It's still unclear to me how this happens, but if you aren't seeing it on your machines, let's just close this issue for now.
After I run
ephys.bandpass_filter
,ephys.whiten
,ms4alg.sort
,ms3.cluster_metrics
,ms3.isolation_metrics
, andms3.combine_cluster_metrics
, I see onhtop
that my core usage is 100% on all cores, even after the processes completed.htop
indicates there are actually 12ms4alg.sort
processes. My guess is that somewhere the multiprocessing pool didn't get closed so the workers are still active?The text was updated successfully, but these errors were encountered: