Skip to content

Commit

Permalink
Increase memory allowed for CacheAlignerIndexesTask
Browse files Browse the repository at this point in the history
  • Loading branch information
bbimber committed Aug 31, 2024
1 parent d45d678 commit c47e3a3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -165,10 +165,11 @@ public Integer getMaxRequestMemory(PipelineJob job)
return 72;
}

// NOTE: STAR in particular needs more memory
if (isCacheAlignerIndexesTask(job))
{
job.getLogger().debug("setting memory to 12");
return 12;
job.getLogger().debug("setting memory to 24");
return 24;
}

if (isLuceneIndexJob(job))
Expand Down

0 comments on commit c47e3a3

Please sign in to comment.