Skip to content

Memory Error #17

@dewshr

Description

@dewshr

Memory usage is less than the total assigned, but its giving me Memory error.
`Resource usage summary:

CPU time :                                   130080.91 sec.
Max Memory :                                 179960 MB
Average Memory :                             64903.62 MB
Total Requested Memory :                     200000.00 MB
Delta Memory :                               20040.00 MB
Max Swap :                                   73 MB
Max Processes :                              3
Max Threads :                                31
Run time :                                   122867 sec.
Turnaround time :                            123796 sec.`

Traceback (most recent call last):

File "NAIBR.py", line 88, in
main()
File "NAIBR.py", line 74, in main
cands,p_len,p_rate = get_candidates(discs,reads_by_LR)
File "src/get_reads.py", line 152, in get_candidates
p_len,p_rate,barcode_overlap = get_distributions(reads_by_LR)
File "src/distributions.py", line 115, in get_distributions
get_overlap(barcode_LRS)
File "src/distributions.py", line 99, in get_overlap
barcode_overlap[(chr1,id1,chr2,id2)] += 1

MemoryError

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions