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
A command like this filter-fasta.py --quiet --fastq --idLambda 'lambda r: "-1 ".join(r.split(None, 1))' (or something simpler) runs out of memory (or causes SLURM to think so) on the csd3 cluster. It shouldn't. Somewhere there must be a leak or Python objects are not being garbage collected, etc. I've looked at this before, monitoring a long-running process using top and not seeing it grow, so I'm not sure what's going on.
The text was updated successfully, but these errors were encountered:
A command like this
filter-fasta.py --quiet --fastq --idLambda 'lambda r: "-1 ".join(r.split(None, 1))'
(or something simpler) runs out of memory (or causes SLURM to think so) on the csd3 cluster. It shouldn't. Somewhere there must be a leak or Python objects are not being garbage collected, etc. I've looked at this before, monitoring a long-running process usingtop
and not seeing it grow, so I'm not sure what's going on.The text was updated successfully, but these errors were encountered: