Skip to content

FASTQC fails with too little memory #378

@alexhbnr

Description

@alexhbnr

FASTQC fails with the following error message when being run after clipping:

Exception in thread "Thread-1" java.lang.OutOfMemoryError: GC overhead limit exceeded
        at java.lang.String.toCharArray(String.java:2899)
        at uk.ac.babraham.FastQC.Modules.PerBaseQualityScores.processSequence(PerBaseQualityScores.java:132)
        at uk.ac.babraham.FastQC.Analysis.AnalysisRunner.run(AnalysisRunner.java:89)
        at java.lang.Thread.run(Thread.java:748)

This might suggest that the amount of memory for this program should be increased to > 1GB.

Thanks,
Alex

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingquestionFurther information is requestedsmall_fix

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions