Skip to content

Specifying higher memory #183

@jchorl

Description

@jchorl

Hi!

I was processing an 8gb file with fastqc and was getting OOMs (Terminating due to java.lang.OutOfMemoryError: Java heap space). I bumped the memory up, but noticed fastqc limits ram to 10000 mb.

I then noticed that it allocates memory per-thread. By increasing thread count, I was able to hack it to have more ram and it succeeded. The thing is, in my case, I think it would make sense to just give it more ram with a single thread.

Does it still make sense to limit ram to 10000mb? Would you be open to converting the hard failure to a warning for overprovisioning ram?

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