We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da36dc9 commit 0ef593fCopy full SHA for 0ef593f
1 file changed
primeseq/src/org/labkey/primeseq/pipeline/SequenceJobResourceAllocator.java
@@ -168,8 +168,8 @@ public Integer getMaxRequestMemory(PipelineJob job)
168
// NOTE: STAR in particular needs more memory
169
if (isCacheAlignerIndexesTask(job))
170
{
171
- job.getLogger().debug("setting memory to 24");
172
- return 24;
+ job.getLogger().debug("setting memory to 36");
+ return 36;
173
}
174
175
if (isLuceneIndexJob(job))
0 commit comments