Skip to content

F-seq 1.85 craches out of memory error #7

@ghuls

Description

@ghuls

F-seq 1.85 craches on one of my bed files (BAM ==> BED) with an out of memory error (F-Seq is allowed to use 240 GiB of memory) (the other 11 samples work fine with 8Gib of memory):

$ /software/fseq/fseq-1.85/bin/fseq -of wig -o output_dir test.bed
F-Seq Version 1.85
Exception in thread "main" java.lang.OutOfMemoryError: Requested array size exceeds VM limit
        at java.util.Arrays.copyOf(Arrays.java:2219)
        at java.util.ArrayList.grow(ArrayList.java:213)
        at java.util.ArrayList.ensureCapacityInternal(ArrayList.java:187)
        at java.util.ArrayList.add(ArrayList.java:411)
        at edu.duke.igsp.gkde.Main.wgShiftCalc(Main.java:403)
        at edu.duke.igsp.gkde.Main.main(Main.java:193)

F-seq 1.84 works (uses around 6.4 GiB of memory):

$ /software/fseq/fseq-1.84/bin/fseq -of wig -o output_dir test.bed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions