statgen / fastQValidator

Validate FastQ Files
36 stars 10 forks source link

Memory requirement #15

Open karthigayini opened 7 years ago

karthigayini commented 7 years ago

Hi

I am running ffastQValidator for a huge dataset. I prefer to have the result of all the FastQs ( returning values) in one '.out' command. But the script exits with memory exceeding issue - "Job 127986 exceeded memory limit (3367540 > 3072000), being killed"

Is there a way to monitor and clear the memory space (similar to JAVA -Xmx) for FastQValidator?

Thanks Karthi