Skip to content

Commit

Permalink
Reduce minimum amount of memory to start processing a timeframe
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Aug 8, 2023
1 parent 69d1b89 commit 9b1a4f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Core/src/ResourcePolicy.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace o2::framework
std::vector<ResourcePolicy> ResourcePolicy::createDefaultPolicies()
{
return {
ResourcePolicyHelpers::sharedMemoryBoundTask("internal-dpl-aod-reader.*", 150000000),
ResourcePolicyHelpers::sharedMemoryBoundTask("internal-dpl-aod-reader.*", 100000000),
ResourcePolicyHelpers::trivialTask(".*")};
}

Expand Down

0 comments on commit 9b1a4f6

Please sign in to comment.