Skip to content

Commit

Permalink
Allocate more memory to testing (#6275)
Browse files Browse the repository at this point in the history
  • Loading branch information
mernst committed Oct 30, 2023
1 parent 236c0f0 commit e2dbaac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,11 @@ allprojects {
}
}

test {
minHeapSize = "256m" // initial heap size
maxHeapSize = "4g" // maximum heap size
}

// After all the tasks have been created, modify some of them.
afterEvaluate {
configurations {
Expand Down

0 comments on commit e2dbaac

Please sign in to comment.