Skip to content

Commit

Permalink
Increase memory limit of test-runner
Browse files Browse the repository at this point in the history
Signed-off-by: André Silva <[email protected]>
  • Loading branch information
andre15silva committed Aug 25, 2021
1 parent c41b9b8 commit 8d4367e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ private void runFlacoco(NopolContext nopolContext, Metric metric) {
config.setJacocoIncludes(
model.getAllTypes().stream().map(CtTypeInformation::getQualifiedName).collect(Collectors.toSet()));
config.setComplianceLevel(nopolContext.getComplianceLevel());
config.setTestRunnerJVMArgs("-Xms2048m -Xmx2048m");
config.setTestRunnerVerbose(true);

// Set tests
Expand Down

0 comments on commit 8d4367e

Please sign in to comment.