Skip to content

Commit 9da91b9

Browse files
committed
Increase aligner index RAM
1 parent 8bcc183 commit 9da91b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

primeseq/src/org/labkey/primeseq/pipeline/SequenceJobResourceAllocator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ private int getAlignerIndexMem(PipelineJob job)
9999
else if (job.getClass().getName().endsWith("ReferenceLibraryPipelineJob"))
100100
{
101101
// This almost always includes bwa-mem
102-
return 72;
102+
return 128;
103103
}
104104

105105
return 72;

0 commit comments

Comments
 (0)